Skip to content

Commit 5cfbab5

Browse files
committed
add instructor into readme
1 parent 8447be9 commit 5cfbab5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,19 @@ Run with Maven command:
1313
mvn spring-boot:run
1414
```
1515

16+
Run in container:
17+
18+
```shell
19+
docker run -p 8080:8080 ghcr.io/devops-ws/learn-springboot:master
20+
```
21+
1622
Change the listen port:
1723
```shell
1824
java -jar demo.jar --server.port=8081
1925
```
2026

27+
The default username is `admin`, and password is: `123456`.
28+
2129
## OpenAPI definition
2230
You can visit it via: http://localhost:8080/v3/api-docs
2331

0 commit comments

Comments
 (0)