25. 프로파일 by ks
@Configuration
@Profile ( "production")
public class ProductionConfiguration {
// ...
}spring.profiles.active = dev, hsqldbLast updated
Was this helpful?
@Configuration
@Profile ( "production")
public class ProductionConfiguration {
// ...
}spring.profiles.active = dev, hsqldbLast updated
Was this helpful?
Was this helpful?