mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-26 22:25:51 +08:00
Disable security
This commit is contained in:
@@ -3,7 +3,6 @@ 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
|
||||
|
||||
@@ -137,6 +137,3 @@ initializr:
|
||||
id: 1.0.2.RELEASE
|
||||
default: false
|
||||
|
||||
security:
|
||||
basic:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user