mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Secure actuator endpoints
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user