Commit a06a5f72 by Administrator

Update techheroshop-project-interface-dev.yml

parent c5c47e77
...@@ -6,10 +6,15 @@ spring: ...@@ -6,10 +6,15 @@ spring:
password: root password: root
###################以下为jpa的配置########################### ###################以下为jpa的配置###########################
jpa: jpa:
show-sql: true
hibernate: hibernate:
naming:
implicit-strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
ddl-auto: update ddl-auto: update
show-sql: true # use-new-id-generator-mappings: false # @GeneratedValue(strategy = GenerationType.IDENTITY)效果相同,不然出现序列号
database: mysql
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment