mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-04 12:48:02 +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
|
import io.spring.initializr.web.LegacyStsController
|
||||||
|
|
||||||
@Grab('io.spring.initalizr:initializr:1.0.0.BUILD-SNAPSHOT')
|
@Grab('io.spring.initalizr:initializr:1.0.0.BUILD-SNAPSHOT')
|
||||||
|
@Grab('spring-boot-starter-security')
|
||||||
class InitializerService {
|
class InitializerService {
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
|
@ -136,3 +136,7 @@ initializr:
|
|||||||
- name: 1.0.2
|
- name: 1.0.2
|
||||||
id: 1.0.2.RELEASE
|
id: 1.0.2.RELEASE
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
|
security:
|
||||||
|
basic:
|
||||||
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user