码迷,mamicode.com
首页 > 编程语言 > 详细

springboot yaml 配置管理

时间:2020-02-14 11:02:53      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:tomcat   aof   alt   man   mail   auth   point   thread   开发   

#所有环境公用的配置属性
management:
endpoint:
health:
show-details: always
endpoints:
web:
exposure:
include: ‘*‘
info:
app-name: pay
author: xiaofeiyang
email: 469821953@qq.com

spring:
profiles:
active: prod
#连字符
---
# profile=x的专用属性,也就是某个环境下的专用属性
#开发环境
spring:
profiles: dev
---
# profile=y的专用属性,也就是某个环境下的专用属性
#生产环境
spring:
profiles: prod
server:
tomcat:
max-threads: 300
max-connections: 1000
---

springboot yaml 配置管理

标签:tomcat   aof   alt   man   mail   auth   point   thread   开发   

原文地址:https://www.cnblogs.com/xiaofeiyang/p/12306421.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!