原因: 将application.yml添加到classpath时, 由于变更了application.yml的编码格式(或许也改变了些代码内容), 而target内的yml文件没有实时更新, 从而导致了 Failed to load property source from location 'classpath:/application.yml' 的错误

解决办法: 可以直接修改target内的yml 保存为原yml 一样的编码和内容即可!!!

最新文章

  1. ansible的使用技巧
  2. SpringDataJPA的几个使用记录
  3. SQL Server2008函数大全(完整版)
  4. sql查询当前月内的所有日期
  5. ip routing&no ip routing
  6. EF——默认映射以及如何使用Data Annotations和Fluent API配置数据库的映射 02 (转)
  7. RAC监听与tns
  8. linux剪切拷贝
  9. django入门教程(上)
  10. [Windows] php开发工具,zendstudio13使用方法补丁
  11. 获取Enum枚举值描述的几法方法
  12. 我所理解的javascript中函数的作用域和作用域链
  13. Sublime Text保存文件时自动去掉行末空格
  14. 内核,配置WinDbg,调试操作系统(双机调试)
  15. dom 及bom
  16. 爬虫利器 Puppeteer 实战
  17. etree导入问题
  18. Linux网络编程学习(三) ----- 进程控制实例(第三章)
  19. 获取Linux服务器基本信息的shell脚本
  20. CSS currentColor研究

热门文章

  1. C语言博客I作业04
  2. pandas处理json脱坑(一)--JsonError: Expecting property name enclosed in double quotes
  3. MySQL之InnoDB索引面试学习笔记
  4. Codeforces Round #585 (Div. 2) B. The Number of Products(DP)
  5. 牛客练习赛51 D题
  6. 006_linuxC++之_引用
  7. How to change the default browser in Visual Studio
  8. 【概率论】1-1:概率定义(Definition of Probability)
  9. Cash Machine (POJ 1276)(多重背包——二进制优化)
  10. vue怎么引入echats并使用 (柱状图 字符云)