美文网首页
maven profiles属性注入不进去,pom中配置

maven profiles属性注入不进去,pom中配置

作者: iamlyly | 来源:发表于2021-04-13 15:01 被阅读0次

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>utf-8</encoding>
<useDefaultDelimiters>true</useDefaultDelimiters>
</configuration>
</plugin>
</plugins>
</build>

相关文章

网友评论

      本文标题:maven profiles属性注入不进去,pom中配置

      本文链接:https://www.haomeiwen.com/subject/odcclltx.html