Skip to content

Commit 3b57867

Browse files
committed
prod: show sql queries in log.
1 parent d123900 commit 3b57867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/prod/spring/database.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ db.url = jdbc:mysql://localhost:3306/mystamps
33
db.username = mystamps
44
db.password = q1
55
jpa.dialectClassName = ru.mystamps.web.support.hibernate.MySql5InnoDbDialect
6-
jpa.showSql = false
6+
jpa.showSql = true
77
hibernate.formatSql = true
88
hibernate.hbm2ddl.auto = validate

0 commit comments

Comments
 (0)