Skip to content

Commit

Permalink
add config to enable the h2-console
Browse files Browse the repository at this point in the history
  • Loading branch information
Dierk Koenig committed Oct 23, 2024
1 parent f0345ad commit 024c688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grails-app/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ hibernate:
queries: false
use_second_level_cache: false
use_query_cache: false
spring:
h2:
console.enabled: true

0 comments on commit 024c688

Please sign in to comment.