You can autowire the Environment
@Autowired
Environment env;
Environment offers:
String[] getActiveProfiles(),String[] getDefaultProfiles(), andboolean acceptsProfiles(String... profiles)
You can autowire the Environment
@Autowired
Environment env;
Environment offers:
String[] getActiveProfiles(),String[] getDefaultProfiles(), and boolean acceptsProfiles(String... profiles)