|
|
@ -14,6 +14,8 @@ public class RuoYiGatewayApplication
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public static void main(String[] args)
|
|
|
|
public static void main(String[] args)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
// 标记 sentinel 类型为 网关
|
|
|
|
|
|
|
|
System.setProperty("csp.sentinel.app.type", "1");
|
|
|
|
SpringApplication.run(RuoYiGatewayApplication.class, args);
|
|
|
|
SpringApplication.run(RuoYiGatewayApplication.class, args);
|
|
|
|
System.out.println("(♥◠‿◠)ノ゙ 若依网关启动成功 ლ(´ڡ`ლ)゙ \n" +
|
|
|
|
System.out.println("(♥◠‿◠)ノ゙ 若依网关启动成功 ლ(´ڡ`ლ)゙ \n" +
|
|
|
|
" .-------. ____ __ \n" +
|
|
|
|
" .-------. ____ __ \n" +
|
|
|
|