springboot配置外部yaml配置文件(不同环境加载不同的相应配置)
第一种:jar包运行模式在启动类中加入方法注入:package com.example.demo;import org.mybatis.spring.annotation.MapperScan;import org.springframework.beans.factory.config.YamlPropertiesFactoryBean;import org.springframework.boot.SpringApplication;import org.springframewor
原创
2020-05-14 11:35:26 ·
1762 阅读 ·
0 评论