Skip to content

Commit

Permalink
Update DemoApplication.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon authored Jan 27, 2022
1 parent 32f8b58 commit b04cda2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class DemoApplication implements ApplicationContextAware, WebServerFactor
public static void main(String[] args) throws Exception {
SpringApplication.run(DemoApplication.class, args);

Log.DEBUG = true;
Log.DEBUG = true;
APIJSONApplication.init(false); // 4.4.0 以上需要这句来保证以上 static 代码块中给 DEFAULT_APIJSON_CREATOR 赋值会生效
}

Expand Down

0 comments on commit b04cda2

Please sign in to comment.