Last active
August 29, 2015 14:23
-
-
Save marti1125/d600675e319a7b9c918e to your computer and use it in GitHub Desktop.
[config] P6Spy in playframework 1.3 using mysql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
application.conf | |
db.default.driver=com.p6spy.engine.spy.P6SpyDriver | |
jpa.default.dialect=org.hibernate.dialect.MySQLDialect | |
http://www.mkyong.com/hibernate/how-to-display-hibernate-sql-parameter-values-solution/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment