|
@@ -14,10 +14,8 @@ import org.springframework.context.annotation.Primary;
|
|
|
import org.springframework.core.task.TaskExecutor;
|
|
|
import org.springframework.scheduling.annotation.EnableAsync;
|
|
|
import org.springframework.transaction.annotation.EnableTransactionManagement;
|
|
|
-import sun.misc.Unsafe;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
-import java.lang.reflect.Field;
|
|
|
|
|
|
@SpringBootApplication(scanBasePackages = "com.qmth.*")
|
|
|
@MapperScan({"com.qmth.eds.mapper"})
|