Secure actuator endpoints

This commit is contained in:
Stephane Nicoll 2014-08-27 14:09:01 +02:00
parent 56bead0f76
commit b282f66aec
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package app
import io.spring.initializr.web.LegacyStsController
@Grab('io.spring.initalizr:initializr:1.0.0.BUILD-SNAPSHOT')
@Grab('spring-boot-starter-security')
class InitializerService {
@Bean

View File

@ -136,3 +136,7 @@ initializr:
- name: 1.0.2
id: 1.0.2.RELEASE
default: false
security:
basic:
enabled: false