我有一个具有活动概要文件阶段(application satge.properties)的grade项目。如何从项目外部配置此文件。war部署在tomcat的/webapps文件夹中,这样我就可以进行更改,因为项目中没有使用ci/cd。
**项目中的.properties文件
application.properties->have spring.profiles.active=stage 2.application-stage.properties
我已经尝试将此内容作为context.xml放到tomcat/conf/catalina/localhost中
<Context>
<Resources>
<PreResources className="org.apache.catalina.webresources.FileResourceSet"
base="apache-tomcat-8.5.65/webapps/application-stage.properties"
webAppMount="/WEB-INF/classes/application-stage.properties" />
</Resources>
</Context>
有什么建议吗?我的路径有问题吗?
暂无答案!
目前还没有任何答案,快来回答吧!