springboot的profile配置
Posted 崔布斯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot的profile配置相关的知识,希望对你有一定的参考价值。
Profile是Spring用来针对不同的环境对不同的配置提供支持的,全局Profile配置使用application-{profile}.properties
通过在application,properties中设置spring.profies.active=***来指定活动的profile
简单演示,生产环境的端口为80,开发环境的端口为8888.
配置文件如下:
appilcation-prod.properties:
appilcation-dev.properties:
目录结构:
appilcation.properties增加:
运行结果:
以上是关于springboot的profile配置的主要内容,如果未能解决你的问题,请参考以下文章