xieb
2023-08-10 a5c00a1316fe9922ff87bf07a5e42c238a07d070
skjcmanager/skjcmanager-auth/src/main/java/cn/gistack/auth/AuthApplication.java
@@ -17,6 +17,7 @@
package cn.gistack.auth;
import org.mybatis.spring.annotation.MapperScan;
import org.springblade.core.cloud.client.BladeCloudApplication;
import org.springblade.core.launch.BladeApplication;
import org.springblade.core.launch.constant.AppConstant;
@@ -29,6 +30,7 @@
 */
@BladeCloudApplication
@EnableFeignClients({"cn.gistack"})
@MapperScan({"org.springblade.**.mapper.**","cn.gistack.**.mapper.**"})
public class AuthApplication {
   public static void main(String[] args) {