SpringBoot学习笔记三之【多Profile文件的Maven发布使用】

在springboot工程中配置文件编写的时候能够使用application-{profile}.properties/yml,默认使用application.properties/yml,例如:html 每一个环境配置以下:java #application-dev.properties server.port=8080 #application-test.properties server.p
相关文章
相关标签/搜索