jasypt-spring-boot icon indicating copy to clipboard operation
jasypt-spring-boot copied to clipboard

jasypt 3.0.5 在spring boot2.3.12.RELEASE日志打印找不到appName

Open qiaoiii opened this issue 6 months ago • 0 comments

2024-08-13 17:40:09.676#-#comp-msg:lambda$new$2#-#INFO#-#DefaultLazyPropertyFilter.java:45#18600#main#{"request":"","response":"","header":"","message":"Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter"} 2024-08-13 17:40:09.682#-#comp-msg:lambda$new$2#-#INFO#-#DefaultLazyPropertyResolver.java:46#18600#main#{"request":"","response":"","header":"","message":"Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver"} 2024-08-13 17:40:09.684#-#comp-msg:lambda$new$2#-#INFO#-#DefaultLazyPropertyDetector.java:44#18600#main#{"request":"","response":"","header":"","message":"Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector"}

. ____ _ __ _ _ /\ / ' __ _ () __ __ _ \ \ \
( ( )_
_ | '_ | '| | ' / ` | \ \ \
\/ )| |)| | | | | || (| | ) ) ) ) ' |
| .__|| ||| |_, | / / / / =========||==============|/=//// :: Spring Boot :: (v2.3.12.RELEASE)

2024-08-13 17:40:16.813#-#APP_NAME_IS_UNDEFINED:loadNacosData#-#WARN#-#NacosPropertySourceBuilder.java:87#18600#main#{"request":"","response":"","header":"","message":"Ignore the empty nacos configuration and get it based on dataId[comp-msg] & group[DEFAULT_GROUP]"} 2024-08-13 17:40:22.849#-#APP_NAME_IS_UNDEFINED:loadNacosData#-#WARN#-#NacosPropertySourceBuilder.java:87#18600#main#{"request":"","response":"","header":"","message":"Ignore the empty nacos configuration and get it based on dataId[comp-msg-dev.yaml] & group[DEFAULT_GROUP]"} 2024-08-13 17:40:22.850#-#APP_NAME_IS_UNDEFINED:initialize#-#INFO#-#PropertySourceBootstrapConfiguration.java:112#18600#main#{"request":"","response":"","header":"","message":"Located property source: [BootstrapPropertySource {name='bootstrapProperties-comp-msg-dev.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-comp-msg.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-comp-msg,DEFAULT_GROUP'}]"} 2024-08-13 17:40:22.855#-#APP_NAME_IS_UNDEFINED:logStartupProfileInfo#-#INFO#-#SpringApplication.java:652#18600#main#{"request":"","response":"","header":"","message":"The following profiles are active: dev"}

qiaoiii avatar Aug 13 '24 09:08 qiaoiii