File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ spring.jpa.database-platform: ru.mystamps.web.support.hibernate.MySql5InnoDbDial
12
12
spring.jpa.show-sql : true
13
13
spring.jpa.properties.hibernate.format_sql : true
14
14
spring.jpa.properties.hibernate.connection.charset : UTF-8
15
- # Mode sets to none until the following ticket will be resolved: https://github.com/spring-projects/spring-boot/issues/3034
16
- spring.jpa.properties.hibernate.hbm2ddl.auto : none
17
- # spring.jpa.properties. hibernate.hbm2ddl.auto: validate
15
+ spring.jpa.properties.hibernate.hbm2ddl.auto : validate
16
+ # our mapping doesn't conform to org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy that is used by default
17
+ spring.jpa.hibernate.naming_strategy : org.hibernate.cfg.EJB3NamingStrategy
18
18
19
19
spring.mail.host : 127.0.0.1
20
20
spring.mail.port : 25
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ spring.jpa.database-platform: org.hibernate.dialect.H2Dialect
10
10
spring.jpa.show-sql : false
11
11
spring.jpa.properties.hibernate.format_sql : true
12
12
spring.jpa.properties.hibernate.connection.charset : UTF-8
13
- # Mode sets to none until the following ticket will be resolved: https://github.com/spring-projects/spring-boot/issues/3034
14
- spring.jpa.properties.hibernate.hbm2ddl.auto : none
15
- # spring.jpa.properties. hibernate.hbm2ddl.auto: validate
13
+ spring.jpa.properties.hibernate.hbm2ddl.auto : validate
14
+ # our mapping doesn't conform to org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy that is used by default
15
+ spring.jpa.hibernate.naming_strategy : org.hibernate.cfg.EJB3NamingStrategy
16
16
17
17
spring.mail.host : 127.0.0.1
18
18
spring.mail.port : 1025
You can’t perform that action at this time.
0 commit comments