We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f747d43 commit 660c0c8Copy full SHA for 660c0c8
Chapter4-4-2/src/main/resources/application.properties
@@ -3,6 +3,7 @@ spring.datasource.username=root
3
spring.datasource.password=123456
4
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
5
6
+spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
7
spring.jpa.properties.hibernate.hbm2ddl.auto=create-drop
8
spring.jpa.properties.hibernate.show_sql=true
9
0 commit comments