mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 20:28:01 +08:00
Secure actuator endpoints
This commit is contained in:
parent
56bead0f76
commit
b282f66aec
@ -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
|
||||
|
@ -136,3 +136,7 @@ initializr:
|
||||
- name: 1.0.2
|
||||
id: 1.0.2.RELEASE
|
||||
default: false
|
||||
|
||||
security:
|
||||
basic:
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user