|
|
@ -2,6 +2,7 @@ package cokr.xit.base.boot;
|
|
|
|
|
|
|
|
|
|
|
|
import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
|
|
|
|
import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
|
|
|
import org.springframework.test.context.ContextConfiguration;
|
|
|
|
|
|
|
|
|
|
|
|
import cokr.xit.foundation.boot.CommonConfig;
|
|
|
|
import cokr.xit.foundation.boot.CommonConfig;
|
|
|
|
import cokr.xit.foundation.boot.DatasourceConfig;
|
|
|
|
import cokr.xit.foundation.boot.DatasourceConfig;
|
|
|
@ -20,4 +21,5 @@ import cokr.xit.foundation.boot.TransactionConfig;
|
|
|
|
TransactionConfig.class,
|
|
|
|
TransactionConfig.class,
|
|
|
|
SecurityConfig.class,
|
|
|
|
SecurityConfig.class,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
@ContextConfiguration("classpath:spring/context-*.xml")
|
|
|
|
public class XitBaseApplication {}
|
|
|
|
public class XitBaseApplication {}
|