Springboot出现found character ‘@‘ that cannot start any token. (Do not use @ for indentation)
通过@使用pom文件中配置的参数失败
在yml中使用@引入参数失败,报 found character ‘@’ that cannot start any token. (Do not use @ for indentation) 不能识别“@” 尝试多种方法包括加单双引号后仍未解决问题,最终发现最终在pom文件中加入添加解析插件发现问题解决
<build>
<plugins>
<plugin>
原创
2021-10-09 15:03:13 ·
7468 阅读 ·
2 评论