@ComponentScan(value="org.nhindirect.dns")
@EnableAutoConfiguration(exclude={org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration.class,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration.class})
@SpringBootApplication
public class DNSServerApplication
extends Object
implements org.springframework.boot.CommandLineRunner
| Constructor and Description |
|---|
DNSServerApplication() |
Copyright © 2010–2025 The Direct Project. All rights reserved.