使用Redis做集中式缓存

This commit is contained in:
zhaiyongchao
2018-03-21 14:33:40 +08:00
parent f747d43fa5
commit 660c0c821e

View File

@@ -3,6 +3,7 @@ spring.datasource.username=root
spring.datasource.password=123456
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
spring.jpa.properties.hibernate.hbm2ddl.auto=create-drop
spring.jpa.properties.hibernate.show_sql=true