是否有可能在特别提款权中外部化rest-messages.properties?例如,我尝试将其移动到./config文件夹,但不起作用。
发布于 2017-02-20 17:48:19
rest-messages.properties (用于将自定义详细信息添加到您的消息描述中)转到您放置自定义ALPS -*.properties或messages-*.properties文件的相同位置。
例如,对于Spring Boot项目,.properties文件位于src/main/resources/目录中。
您还可以为.properties文件设置custom config locations。
在OP的评论之后编辑:但是,我尝试在项目.jar之外使用自定义的rest-messages.properties (就像我通常对我的application.properties所做的那样),它似乎不起作用。
https://stackoverflow.com/questions/42293653
复制相似问题