Skip to content

Commit 3830080

Browse files
committed
fix: urls
1 parent 34a367b commit 3830080

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,13 @@ This project was started with [Spring Initializr](https://start.spring.io/#!type
6868
mvn -f api/pom.xml install -DskipTests
6969
```
7070
- run the application
71-
- home http://localhost:8080
72-
- api http://localhost:8080/api
73-
- swagger http://localhost:8080/docs
7471
```shell
7572
mvn -f api/pom.xml spring-boot:run
7673
```
74+
- to access the application:
75+
- http://localhost:8080
76+
- http://localhost:8080/api
77+
- http://localhost:8080/docs
7778
- running the tests
7879
```shell
7980
mvn -f api/pom.xml test

0 commit comments

Comments
 (0)