|
@ -26,15 +26,15 @@ spring:
|
|
|
hibernate:
|
|
|
dialect: org.hibernate.dialect.MySQL5Dialect
|
|
|
show_sql: true
|
|
|
ejb:
|
|
|
naming_strategy: org.hibernate.cfg.ImprovedNamingStrategy #springJPA使用驼峰式
|
|
|
|
|
|
# ejb:
|
|
|
# naming_strategy: org.hibernate.cfg.ImprovedNamingStrategy #springJPA使用驼峰式(hibernate4以下使用)
|
|
|
physical_naming_strategy: org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy #springJPA使用驼峰式(hibernate5以上使用)
|
|
|
implicit_naming_strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
|
|
|
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwdev
|
|
|
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|