|
|
|
@ -3,9 +3,9 @@ package cokr.xit.foundation.boot;
|
|
|
|
|
import org.springframework.boot.CommandLineRunner;
|
|
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
|
|
import org.springframework.boot.WebApplicationType;
|
|
|
|
|
import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
|
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
import org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration;
|
|
|
|
|
import org.springframework.context.annotation.Import;
|
|
|
|
|
import org.springframework.test.context.ContextConfiguration;
|
|
|
|
|
|
|
|
|
|
/**Spring Boot에서 xit-foundation.jar를 사용하는 stand-alone 애플리케이션의 베이스 클래스
|
|
|
|
@ -19,7 +19,7 @@ import org.springframework.test.context.ContextConfiguration;
|
|
|
|
|
@SpringBootApplication(exclude = {
|
|
|
|
|
WebMvcAutoConfiguration.class
|
|
|
|
|
})
|
|
|
|
|
@Import({
|
|
|
|
|
@ImportAutoConfiguration({
|
|
|
|
|
CommonConfig.class,
|
|
|
|
|
DatasourceConfig.class,
|
|
|
|
|
TransactionConfig.class,
|
|
|
|
|