Commit 4bd51c333de1dd70372f96a18ce4003f0978d8ef
1 parent
194ba65b
update
Showing
1 changed file
with
3 additions
and
0 deletions
src/main/resources/application.properties
| @@ -6,6 +6,9 @@ spring.datasource.password=M345sdfss4! | @@ -6,6 +6,9 @@ spring.datasource.password=M345sdfss4! | ||
| 6 | #spring.datasource.password=Sre#45iU7kJ | 6 | #spring.datasource.password=Sre#45iU7kJ |
| 7 | spring.datasource.driver-class-name=com.mysql.jdbc.Driver | 7 | spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
| 8 | 8 | ||
| 9 | +server.tomcat.protocol_header=x-forwarded-proto | ||
| 10 | +server.use-forward-headers=true | ||
| 11 | + | ||
| 9 | spring.jpa.properties.hibernate.hbm2ddl.auto=update | 12 | spring.jpa.properties.hibernate.hbm2ddl.auto=update |
| 10 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect | 13 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect |
| 11 | spring.jpa.show-sql= true | 14 | spring.jpa.show-sql= true |