Spring Boot yml 文件中无法通过 @@ 使用 pom 文件中定义的变量
程序员文章站
2022-04-25 22:11:29
...
Spring Boot yml 文件中无法通过 @@ 使用 pom 文件中定义的变量
错误信息如下
java.lang.IllegalStateException: Failed to load property source from location 'classpath:/application.yml'
... ...
Caused by: while scanning for the next token
found character '@' that cannot start any token. (Do not use @ for indentation)
in 'reader', line 3, column 11:
name: @[email protected]
^
解决方法:在 pom 文件中配置 <filtering>true</filtering>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
上一篇: flash形状补间动画制作飘动的云
下一篇: 只挑贵的不挑对的 16件最奢侈的旅行装备