Skip to content

Commit e3a1c78

Browse files
committed
Updated .yml
1 parent a4d8784 commit e3a1c78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/resources/application.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ spring:
1111
# JPA properties
1212
jpa:
1313
hibernate:
14-
ddl-auto: none
14+
ddl-auto: none # When you launch the application for the first time - switch "none" at "create"
1515
show-sql: true
1616
database: postgresql
1717
database-platform: org.hibernate.dialect.PostgreSQLDialect
1818
open-in-view: false
1919
generate-ddl: false
20+
2021
# Logger configuration
2122
logging:
2223
pattern:
@@ -26,7 +27,7 @@ logging:
2627
org.hibernate: DEBUG
2728
# Server configuration
2829
server:
29-
port: 8080
30+
port: 8091
3031
sessionTimeout: 30
3132
# Security configuration
3233
security:

0 commit comments

Comments
 (0)