Fizz config support ConditionalOnXXX annotations

This commit is contained in:
hongqiaowei
2023-02-04 11:52:15 +08:00
parent 470e31ccc8
commit ed7863f57b
3 changed files with 224 additions and 20 deletions

View File

@@ -50,4 +50,8 @@ com.fizzgate.global_resource.GlobalResourceService,\
com.fizzgate.dedicated_line.DedicatedLineWebServer
# Application Listeners
org.springframework.context.ApplicationListener=com.fizzgate.context.event.FizzApplicationListener
org.springframework.context.ApplicationListener=\
com.fizzgate.context.event.FizzApplicationListener,\
com.fizzgate.beans.factory.config.FizzEnvironmentPostProcessor
org.springframework.boot.env.EnvironmentPostProcessor=com.fizzgate.beans.factory.config.FizzEnvironmentPostProcessor