Re-enable devtools for samples
- Change plugin config not to exclude devtools. - Add spring.h2.console.enabled=true to samples using embedded db. - Fixes #623
This commit is contained in:
@@ -4,3 +4,7 @@ logging:
|
||||
security:
|
||||
basic:
|
||||
enabled: false
|
||||
spring:
|
||||
h2:
|
||||
console:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user