Skip to content

Commit 660c0c8

Browse files
committed
使用Redis做集中式缓存
1 parent f747d43 commit 660c0c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Chapter4-4-2/src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ spring.datasource.username=root
33
spring.datasource.password=123456
44
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
55

6+
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
67
spring.jpa.properties.hibernate.hbm2ddl.auto=create-drop
78
spring.jpa.properties.hibernate.show_sql=true
89

0 commit comments

Comments
 (0)