|
@@ -17,7 +17,7 @@ import com.spring4all.swagger.EnableSwagger2Doc;
|
|
|
@SpringBootApplication
|
|
|
@EnableDiscoveryClient
|
|
|
@EnableFeignClients("com.keao.edu")
|
|
|
-@MapperScan("com.keao.edu.task.dal.dao")
|
|
|
+@MapperScan({"com.keao.edu.task.dal.dao","com.keao.edu.common.dao"})
|
|
|
@ComponentScan("com.keao.edu")
|
|
|
@Configuration
|
|
|
@EnableSwagger2Doc
|