【错误】java.lang.IllegalStateException: Failed to load property source from ‘file:/D:/var/demo/target/c

错误日志:

23:23:53.869 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
java.lang.IllegalStateException: Failed to load property source from 'file:/D:/var/demo/target/classes/application.yml' (classpath:/application.yml)

翻译:

23:23:53.869[main]错误org.springframework.boot。SpringApplication-应用程序运行失败

java.lang.IllegalStateException:无法从“file:/D:/var/demo/target/classes/application”加载属性源。yml'(类路径:/application.yml)

原因一:

尝试在Stting中将配置文件都改为utf-8

【错误】java.lang.IllegalStateException: Failed to load property source from ‘file:/D:/var/demo/target/c_第1张图片

重启无效的话,就在配置文件中将中文注解全部删除 :

【错误】java.lang.IllegalStateException: Failed to load property source from ‘file:/D:/var/demo/target/c_第2张图片

 

你可能感兴趣的:(错误积累,java,开发语言)