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 34a367b commit 3830080Copy full SHA for 3830080
README.md
@@ -68,12 +68,13 @@ This project was started with [Spring Initializr](https://start.spring.io/#!type
68
mvn -f api/pom.xml install -DskipTests
69
```
70
- run the application
71
- - home http://localhost:8080
72
- - api http://localhost:8080/api
73
- - swagger http://localhost:8080/docs
74
```shell
75
mvn -f api/pom.xml spring-boot:run
76
+ - to access the application:
+ - http://localhost:8080
+ - http://localhost:8080/api
77
+ - http://localhost:8080/docs
78
- running the tests
79
80
mvn -f api/pom.xml test
0 commit comments