Skip to content

Commit

Permalink
Fix an exception I was getting in appsensor-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tghosth authored May 14, 2018
1 parent 12c4883 commit 70abf6e
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 70abf6e

Please sign in to comment.