xieb
2023-03-28 ee8bddf4c6b92de75d5ed5c0fad5f0d2a6a110c7
skjcmanager/skjcmanager-auth/src/main/java/cn/gistack/auth/AuthApplication.java
@@ -17,7 +17,6 @@
package cn.gistack.auth;
import cn.gistack.common.constant.AppsConstant;
import org.springblade.core.cloud.client.BladeCloudApplication;
import org.springblade.core.launch.BladeApplication;
import org.springblade.core.launch.constant.AppConstant;
@@ -29,11 +28,11 @@
 * @author Chill
 */
@BladeCloudApplication
@EnableFeignClients(basePackages = "cn.gistack.system.user.feign")
@EnableFeignClients({"cn.gistack"})
public class AuthApplication {
   public static void main(String[] args) {
      BladeApplication.run(AppsConstant.APPLICATION_AUTH_NAME, AuthApplication.class, args);
      BladeApplication.run(AppConstant.APPLICATION_AUTH_NAME, AuthApplication.class, args);
   }
}