Commit dac83a00 by Administrator

Update techheroshop-project-interface-dev.yml

parent 79ad56ee
...@@ -65,9 +65,6 @@ spring: ...@@ -65,9 +65,6 @@ spring:
log-abandoned: true log-abandoned: true
remove-abandoned: true remove-abandoned: true
remove-abandoned-timeout: 1800 remove-abandoned-timeout: 1800
#remove-abandoned-timeout-millis:
#exception-sorter: true
# time-between-eviction-runs-millis:
jpa: jpa:
show-sql: true show-sql: true
hibernate: hibernate:
...@@ -75,7 +72,6 @@ spring: ...@@ -75,7 +72,6 @@ spring:
implicit-strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl implicit-strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
ddl-auto: update ddl-auto: update
# use-new-id-generator-mappings: false # @GeneratedValue(strategy = GenerationType.IDENTITY)效果相同,不然出现序列号
database: mysql database: mysql
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
jackson: jackson:
......
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