We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d2529 commit c5ec768Copy full SHA for c5ec768
README.md
@@ -11,7 +11,7 @@
11
* Hibernate;
12
* Spring Security (as basic authentication).
13
14
-#####To run this application use:
+####To run this application use:
15
16
```bash
17
mvn spring-boot:run
src/main/resources/application.yml
@@ -27,7 +27,7 @@ logging:
27
org.hibernate: DEBUG
28
# Server configuration
29
server:
30
- port: 8091
+ port: 8080 #8091
31
sessionTimeout: 30
32
# Security configuration
33
security:
0 commit comments