摘要:
方法一:使用@ImportResource 方法二:在test中 @ContextConfiguration(locations = "classpath:spring-profile.xml") 方法三:使用@PropertySource 方法四:方法四:使用SpringApplication.s 阅读全文
摘要:
方法一: 选择spring.profiles.active spring.profiles.active=prodspring.profiles.active=dev 方法二: 选择spring.profiles.default spring.profiles.default=prodspring. 阅读全文
摘要:
当引用第三方包,且没有源代码时候,可以使用system path 仅这样做,并不能将jar包含到war中,需要使用<includeSystemScope>true</includeSystemScope> 常见内置变量 阅读全文