mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-12-12 12:19:27 +08:00
🐛 修复 BUG
This commit is contained in:
parent
e8334f3c9c
commit
3fa93fc6e1
@ -21,12 +21,14 @@ import org.springframework.boot.autoconfigure.AutoConfigureBefore;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.core.annotation.Order;
|
||||
|
||||
/**
|
||||
* secure模块api放行默认配置
|
||||
*
|
||||
* @author Chill
|
||||
*/
|
||||
@Order
|
||||
@Configuration
|
||||
@AutoConfigureBefore(SecureConfiguration.class)
|
||||
public class RegistryConfiguration {
|
||||
|
Loading…
Reference in New Issue
Block a user