Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 2
    This approach is not clean, you will have to go to the properties file where the active profile value should be changed. Commented Jun 2, 2015 at 7:30
  • Yeah I agree... I'm trying to figure out how to use ActiveProfiles to override my default test properties for specific test class but I shouldn't be changing spring.profiles.active=[value here] to the test profile I want to use... it needs to be annotation in the test class that determines which profile is active. Commented Jan 31, 2022 at 22:21