|
|
@ -32,7 +32,7 @@ import java.util.Base64; |
|
|
|
public class AuthApplication { |
|
|
|
public class AuthApplication { |
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
public static void main(String[] args) { |
|
|
|
BladeApplication.run(AppConstant.APPLICATION_AUTH_NAME.concat("-pref"), AuthApplication.class, args); |
|
|
|
BladeApplication.run(AppConstant.APPLICATION_AUTH_NAME, AuthApplication.class, args); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|