We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8447be9 commit 5cfbab5Copy full SHA for 5cfbab5
README.md
@@ -13,11 +13,19 @@ Run with Maven command:
13
mvn spring-boot:run
14
```
15
16
+Run in container:
17
+
18
+```shell
19
+docker run -p 8080:8080 ghcr.io/devops-ws/learn-springboot:master
20
+```
21
22
Change the listen port:
23
```shell
24
java -jar demo.jar --server.port=8081
25
26
27
+The default username is `admin`, and password is: `123456`.
28
29
## OpenAPI definition
30
You can visit it via: http://localhost:8080/v3/api-docs
31
0 commit comments