We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54f714 commit b53e3deCopy full SHA for b53e3de
config/application.properties
@@ -7,6 +7,9 @@ sms.verdor=1
7
# 但是不能直接把这一行直接删除,或者注释了
8
sms.super_code=66666
9
10
+# json序列化时去掉为null的属性,避免iOS出现NSNull的问题
11
+spring.jackson.default-property-inclusion=NON_NULL
12
+
13
# h2适合开发使用,上线时请切换到mysql。切换时把下面h2部分配置注释掉,打开mysql部署配置。
14
##*********************** h2 DB begin ***************************
15
spring.datasource.url=jdbc:h2:file:./appdata
0 commit comments