- All Implemented Interfaces:
- org.springframework.boot.CommandLineRunner
@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 java.lang.Object
implements org.springframework.boot.CommandLineRunner