|
@@ -10,6 +10,8 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL57Dialect
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL57Dialect
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
+spring.data.redis.repositories.enabled=false
|
|
|
|
+
|
|
|
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
spring.datasource.validaionQuery=select 1
|
|
spring.datasource.validaionQuery=select 1
|