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 d123900 commit 3b57867Copy full SHA for 3b57867
src/main/resources/prod/spring/database.properties
@@ -3,6 +3,6 @@ db.url = jdbc:mysql://localhost:3306/mystamps
3
db.username = mystamps
4
db.password = q1
5
jpa.dialectClassName = ru.mystamps.web.support.hibernate.MySql5InnoDbDialect
6
-jpa.showSql = false
+jpa.showSql = true
7
hibernate.formatSql = true
8
hibernate.hbm2ddl.auto = validate
0 commit comments