修复热部署导致的强换异常问题

This commit is contained in:
RuoYi 2020-06-24 14:26:21 +08:00
parent 0dff669374
commit f7f02e3a3f
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -0,0 +1 @@
restart.include.json=/com.alibaba.fastjson.*.jar