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

spring profile机制测试

时间:2020-04-18 10:15:03      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:class   main方法   not   方式   ide   mave   art   junit   cat   

新建spring普通maven项目:
------------------------
方式一使用ClassPathXmlApplicationContext
打开idea-->new-->project-->选择maven-->选择maven模板quickstart-->添加spring依赖spring-core、spring-context、spring-beans、spring-test及junit-->创建bean-->创建spring xml配置文件,配置profile-->在main方法创建ClassPathXmlApplicationContext并传入参数为配置文件地址
------------------------
方式二使用AnnotationConfigApplicationContext
打开idea-->new-->project-->选择maven-->选择maven模板quickstart-->添加spring依赖spring-core、spring-context、spring-beans、spring-test及junit-->创建bean-->创建java配置类,放在最外层包,方法上添加Profile注解-->在main方法创建AnnotationConfigApplicationContext并传入最外层包
------------------------
设置系统环境变量:
spring.profiles.default dev
------------------------
运行test包里的方法

spring profile机制测试

标签:class   main方法   not   方式   ide   mave   art   junit   cat   

原文地址:https://www.cnblogs.com/Mike_Chang/p/12723772.html

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