Pre Merge pull request !301 from 疯狂的狮子Li/N/A
This commit is contained in:
commit
7ca23d1b22
|
|
@ -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…
Reference in New Issue