springboot项目yml中使用中文注释报错的解决方法1

Posted ccccccccccccccccccccccccccccc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot项目yml中使用中文注释报错的解决方法1相关的知识,希望对你有一定的参考价值。

启动springboot项目时报错:/application.yml.....这大致就是说application.yml有问题,那么目前我所知道的大致两种情况会报错,第一种是yml格式有问题,要注意缩进和空格,第二种就是其中存在中文注释。第二种bug的解决方法如下:

1.先删掉现有的yml中的所有中文注释

2.在ideal中设置文件编码为utf-8

 

 

3.将注释重新写到yml中即可

以上是关于springboot项目yml中使用中文注释报错的解决方法1的主要内容,如果未能解决你的问题,请参考以下文章

关于启动SpringBoot简单项目报错Error starting ApplicationContext. To display the conditions report re-run ..的问题

关于启动SpringBoot简单项目报错Error starting ApplicationContext. To display the conditions report re-run ..的问题

关于启动SpringBoot简单项目报错Error starting ApplicationContext. To display the conditions report re-run ..的问题

关于启动SpringBoot简单项目报错Error starting ApplicationContext. To display the conditions report re-run ..的问题

Android开发之新建项目报错的问题

VSCode 中 js 文件类型注释报错的问题解决