What happens if you set spring.profiles.active=dev,test simultaneously?
-
A
Only the first profile (dev) is applied
-
B
An exception is thrown for conflicting profiles
-
C
Both profiles are activated and their configs merged
-
D
Only the last profile (test) is applied