Skip to content

Commit c33606e

Browse files
committed
put slash at end of 8080 url
1 parent 47f5620 commit c33606e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cd complete-application
4949
```
5050
Note: If you are on Windows swap `./mvnw` with `.\mvnw.cmd`
5151

52-
Now visit the SpringBoot app at [http://localhost:8080](http://localhost:8080)
52+
Now visit the SpringBoot app at [http://localhost:8080/](http://localhost:8080/)
5353
You can login with a user preconfigured during Kickstart, `richard@example.com` with the password of `password`.
5454

5555
### Further Information

0 commit comments

Comments
 (0)