File tree 3 files changed +3
-2
lines changed
async/src/main/resources/config 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ server.max-http-header-size=20971520
6
6
# \u914D\u7F6E\u8FD9\u4E2A\u503C\u5C31\u53EF\u4EE5\u683C\u5F0F\u5316\u65F6\u95F4
7
7
spring.jackson.date-format =yyyy-MM-dd HH:mm:ss
8
8
spring.jackson.time-zone =GMT+8
9
+ spring.jpa.hibernate.naming.strategy =org.hibernate.cfg.DefaultNamingStrategy
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ spring.datasource.driver-class-name=com.mysql.jdbc.Driver
17
17
spring.jpa.database-platform =org.hibernate.dialect.MySQL5Dialect
18
18
spring.jpa.hibernate.ddl-auto =update
19
19
spring.jpa.show-sql =true
20
-
20
+ spring.jpa.hibernate.naming.strategy = org.hibernate.cfg.DefaultNamingStrategy
21
21
22
22
23
23
# redis
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ spring.datasource.driver-class-name=com.mysql.jdbc.Driver
17
17
spring.jpa.database-platform =org.hibernate.dialect.MySQL5Dialect
18
18
spring.jpa.hibernate.ddl-auto =update
19
19
spring.jpa.show-sql =true
20
-
20
+ spring.jpa.hibernate.naming.strategy = org.hibernate.cfg.DefaultNamingStrategy
21
21
22
22
23
23
# \u90AE\u4EF6
You can’t perform that action at this time.
0 commit comments