Skip to content

Commit

Permalink
Merge pull request jtmelton#86 from tghosth/patch-1
Browse files Browse the repository at this point in the history
Fix an exception I was getting in appsensor-ui
  • Loading branch information
jtmelton authored May 14, 2018
2 parents 9f00a6e + 70abf6e commit 886abd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appsensor-ui/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
server.port=8084
logging.level.org.springframework: INFO
logging.level.org.hibernate: INFO

spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
#logging.level.org.hibernate.SQL=DEBUG
#logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE

#spring.jpa.properties.hibernate.format_sql=true
#spring.jpa.hibernate.format_sql=true
#spring.jpa.hibernate.format_sql=true

0 comments on commit 886abd2

Please sign in to comment.