Pre Merge pull request !301 from 疯狂的狮子Li/N/A

pull/301/MERGE
疯狂的狮子Li 3 years ago committed by Gitee
commit 7ca23d1b22
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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" +

Loading…
Cancel
Save