25. Profiles
@Configuration
@Profile("production")
public class ProductionConfiguration {
// ...
}spring.profiles.active=dev,hsqldb--spring.profiles.active=dev,hsqldbLast updated
Was this helpful?
@Configuration
@Profile("production")
public class ProductionConfiguration {
// ...
}spring.profiles.active=dev,hsqldb--spring.profiles.active=dev,hsqldbLast updated
Was this helpful?
Was this helpful?