Skip to content

Commit c5ec768

Browse files
committed
fixed number port
1 parent 50d2529 commit c5ec768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Hibernate;
1212
* Spring Security (as basic authentication).
1313

14-
#####To run this application use:
14+
####To run this application use:
1515

1616
```bash
1717
mvn spring-boot:run

src/main/resources/application.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ logging:
2727
org.hibernate: DEBUG
2828
# Server configuration
2929
server:
30-
port: 8091
30+
port: 8080 #8091
3131
sessionTimeout: 30
3232
# Security configuration
3333
security:

0 commit comments

Comments
 (0)