修复热部署导致的强换异常问题
This commit is contained in:
parent
91b232954c
commit
7ce70965c8
@ -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" +
|
||||
|
1
src/main/resources/META-INF/spring-devtools.properties
Normal file
1
src/main/resources/META-INF/spring-devtools.properties
Normal file
@ -0,0 +1 @@
|
||||
restart.include.json=/com.alibaba.fastjson.*.jar
|
Loading…
Reference in New Issue
Block a user