Browse Source

Update 'src/main/resources/application.properties'

Not for production, but probably best to disable H2 console.
main
jsnjns 4 years ago
parent
commit
ea36ca92f0
  1. 2
      src/main/resources/application.properties

2
src/main/resources/application.properties

@ -1,7 +1,7 @@
# ---Comments without preceeding '---' are settings to enable for development
# ---Enable H2 console
spring.h2.console.enabled=true
# spring.h2.console.enabled=true
# ---Turn Statistics on
spring.jpa.properties.hibernate.generate_statistics=true

Loading…
Cancel
Save