@Configuration @EnableScheduling @ConditionalOnProperty(name="mysqld.home", havingValue="") public class MysqldConfiguration extends Object
mysqld Configuration. A mysqld process is
started if the mysqld.home application property is set. In
addition, a port must be specified with the mysqld.port property.
| Constructor and Description |
|---|
MysqldConfiguration() |
public MysqldConfiguration()
@PostConstruct public void init()
@Bean public Process mysqld() throws IOException
IOException@PreDestroy public void destroy()
Copyright © 2015–2021. All rights reserved.