Which Spring Boot feature allows you to override specific properties only during tests without modifying application.properties?
-
A
@TestPropertySource or properties attribute in @SpringBootTest
-
B
@PropertyOverride annotation
-
C
Modifying Environment bean in @BeforeAll
-
D
Using @Value with default expressions