We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d8784 commit e3a1c78Copy full SHA for e3a1c78
src/main/resources/application.yml
@@ -11,12 +11,13 @@ spring:
11
# JPA properties
12
jpa:
13
hibernate:
14
- ddl-auto: none
+ ddl-auto: none # When you launch the application for the first time - switch "none" at "create"
15
show-sql: true
16
database: postgresql
17
database-platform: org.hibernate.dialect.PostgreSQLDialect
18
open-in-view: false
19
generate-ddl: false
20
+
21
# Logger configuration
22
logging:
23
pattern:
@@ -26,7 +27,7 @@ logging:
26
27
org.hibernate: DEBUG
28
# Server configuration
29
server:
- port: 8080
30
+ port: 8091
31
sessionTimeout: 30
32
# Security configuration
33
security:
0 commit comments