|
@@ -14,7 +14,7 @@ public class RuoYiApplication |
|
@@ -14,7 +14,7 @@ public class RuoYiApplication |
|
14
|
{
|
14
|
{
|
|
15
|
public static void main(String[] args)
|
15
|
public static void main(String[] args)
|
|
16
|
{
|
16
|
{
|
|
17
|
- System.setProperty("spring.devtools.restart.enabled", "false");
|
17
|
+ // System.setProperty("spring.devtools.restart.enabled", "false");
|
|
18
|
SpringApplication.run(RuoYiApplication.class, args);
|
18
|
SpringApplication.run(RuoYiApplication.class, args);
|
|
19
|
System.out.println("(♥◠‿◠)ノ゙ 若依启动成功 ლ(´ڡ`ლ)゙ \n" +
|
19
|
System.out.println("(♥◠‿◠)ノ゙ 若依启动成功 ლ(´ڡ`ლ)゙ \n" +
|
|
20
|
" .-------. ____ __ \n" +
|
20
|
" .-------. ____ __ \n" +
|