Replies: 2 comments 8 replies
-
检查nacos配置是否正确,程序是否能正常读取nacos中的配置 |
Beta Was this translation helpful? Give feedback.
2 replies
-
nacos 里面有多少配置文件,介个图 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Spring Boot Version: 3.1.3
当前服务: lamp-oauth-server 激活环境: dev 当前版本: 3.11.0-java17
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
[lamp-oauth-server:8773::] 2024-03-01 09:11:42.354:[ERROR] [37028] [] [main:10528] [o.s.b.diagnostics.LoggingFailureAnalysisReporter.report:40]
APPLICATION FAILED TO START
Description:
Parameter 0 of constructor in top.tangyh.basic.validator.controller.FormValidatorController required a bean of type 'top.tangyh.basic.validator.extract.IConstraintExtract' that could not be found.
Action:
Consider defining a bean of type 'top.tangyh.basic.validator.extract.IConstraintExtract' in your configuration.
[lamp-oauth-server:8773::] 2024-03-01 09:11:42.355:[ WARN] [37028] [] [Thread-1:10529] [c.alibaba.nacos.common.http.HttpClientBeanHolder.shutdown:102] [HttpClientBeanHolder] Start destroying common HttpClient
[lamp-oauth-server:8773::] 2024-03-01 09:11:42.356:[ WARN] [37028] [] [Thread-7:10530] [com.alibaba.nacos.common.notify.NotifyCenter.shutdown:136] [NotifyCenter] Start destroying Publisher
[lamp-oauth-server:8773::] 2024-03-01 09:11:42.356:[ WARN] [37028] [] [Thread-7:10530] [com.alibaba.nacos.common.notify.NotifyCenter.shutdown:153] [NotifyCenter] Destruction of the end
进程已结束,退出代码为 1
Beta Was this translation helpful? Give feedback.
All reactions