@Configuration @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()
@PreDestroy public void destroy()
@PostConstruct public void init()
@Bean public Process mysqld() throws IOException
IOException
Copyright © 2015–2020 Allen D. Ball. All rights reserved.