File tree Expand file tree Collapse file tree 5 files changed +4
-58
lines changed
async/src/main/resources/config
java/info/xiaomo/website/model Expand file tree Collapse file tree 5 files changed +4
-58
lines changed Original file line number Diff line number Diff line change @@ -6,4 +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
9
+ spring.jpa.hibernate.naming.physical- strategy =org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class UserModel extends BaseModel implements Serializable {
50
50
@ Column (name = "Phone" )
51
51
private Long phone = 0L ;
52
52
53
- @ Column (name = "validateCode " )
53
+ @ Column (name = "ValidateCode " )
54
54
private String validateCode = "" ;
55
55
56
56
@ Column (name = "ImgUrl" )
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
- spring.jpa.hibernate.naming.strategy =org.hibernate.cfg.DefaultNamingStrategy
20
+ spring.jpa.hibernate.naming.physical- strategy =org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
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
- spring.jpa.hibernate.naming.strategy =org.hibernate.cfg.DefaultNamingStrategy
20
+ spring.jpa.hibernate.naming.physical- strategy =org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
21
21
22
22
23
23
# \u90AE\u4EF6
You can’t perform that action at this time.
0 commit comments