Skip to content

Commit 32f8b58

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class DemoApplication implements ApplicationContextAware, WebServerFactor
5050
public static void main(String[] args) throws Exception {
5151
SpringApplication.run(DemoApplication.class, args);
5252

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

0 commit comments

Comments
 (0)