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:
@@ -480,6 +480,9 @@ configure(sampleProjects()) {
|
||||
testCompile "org.hamcrest:hamcrest-library"
|
||||
testCompile "junit:junit"
|
||||
}
|
||||
bootJar {
|
||||
excludeDevtools = false
|
||||
}
|
||||
build.dependsOn bootJar
|
||||
}
|
||||
|
||||
|
||||
@@ -4,3 +4,7 @@ logging:
|
||||
security:
|
||||
basic:
|
||||
enabled: false
|
||||
spring:
|
||||
h2:
|
||||
console:
|
||||
enabled: true
|
||||
|
||||
@@ -5,3 +5,7 @@ logging:
|
||||
security:
|
||||
basic:
|
||||
enabled: false
|
||||
spring:
|
||||
h2:
|
||||
console:
|
||||
enabled: true
|
||||
|
||||
@@ -4,6 +4,9 @@ logging:
|
||||
spring:
|
||||
profiles:
|
||||
active: jpa
|
||||
h2:
|
||||
console:
|
||||
enabled: true
|
||||
security:
|
||||
basic:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user