06 SpringBoot企业实战多环境切换之Profile

SpringBoot企业实战多环境切换之Profile 扫盲 server.port=8080表示springboot启动内置tomcat容器使用8080端口 1、多profile文件形式(常见) 【1.1】新建多个配置文件 【1.2】启动程序看加载哪个 【1.3】默认使用application.properties配置 【1.4】如何加载其它的环境 【1.5】启动程序试一试 2、多profile
相关文章
相关标签/搜索