Spring实战(第四版)读书笔记06——配置profile bean并激活profile
1、在Java中配置profile bean使用@Profile("xxx")注解,既可以在配置类级别使用,也可以在方法级别使用,指定profile的bean会在相应profile激活的情况下创建,未指定的始终会被创建。2、在XML中配置profile bean既可以在根<beans>中通过profile="xxxx"进行配置,也可以在根<beans>中嵌套定义<beans>