|
@@ -1,6 +1,7 @@
|
|
|
package com.keao.edu.im;
|
|
|
|
|
|
import com.spring4all.swagger.EnableSwagger2Doc;
|
|
|
+import org.mybatis.spring.annotation.MapperScan;
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
@@ -18,6 +19,7 @@ import org.springframework.web.client.RestTemplate;
|
|
|
@SpringBootApplication
|
|
|
@EnableFeignClients("com.keao.edu")
|
|
|
@ComponentScan("com.keao.edu")
|
|
|
+@MapperScan({"com.keao.edu.common.dao"})
|
|
|
@EnableScheduling
|
|
|
@EnableDiscoveryClient
|
|
|
@Configuration
|