Skip to content

Commit b04cda2

Browse files
authored
Update DemoApplication.java
1 parent 32f8b58 commit b04cda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIJSON-Java-Server/APIJSONDemo/src/main/java/apijson/demo/DemoApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class DemoApplication implements ApplicationContextAware, WebServerFactor
4949
public static void main(String[] args) throws Exception {
5050
SpringApplication.run(DemoApplication.class, args);
5151

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

0 commit comments

Comments
 (0)