报错信息
java
20:06:44.599 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter --
***************************
APPLICATION FAILED TO START
***************************
Description:
Config data resource 'file [nacos:service-order.properties]' via location 'nacos:service-order.properties' does not exist
Action:
Check that the value 'nacos:service-order.properties' at class path resource [application.properties] - 12:22 is correct, or prefix it with 'optional:'
Process finished with exit code 1
因为没有在依赖中加入如下config个依赖信息:
XML
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
加入如上依赖,刷新pom.