This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[spring boot 2升级][配置]:null不传给前端
release_toaliyun_real
Stormeye.Wu
7 years ago
parent
14ef471aa3
commit
762fe58971
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mallinkAdmin/src/main/resources/application.yml
+1
-0
mallinkBApi/src/main/resources/application.yml
+1
-0
mallinkCApi/src/main/resources/application.yml
+ 1
- 0
mallinkAdmin/src/main/resources/application.yml
View File
@@ -11,6 +11,7 @@ spring:
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
default-property-inclusion: non_null
servlet:
multipart:
max-file-size: 2MB
+ 1
- 0
mallinkBApi/src/main/resources/application.yml
View File
@@ -11,6 +11,7 @@ spring:
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
default-property-inclusion: non_null
# @{link} https://github.com/abel533
#Mybatis
+ 1
- 0
mallinkCApi/src/main/resources/application.yml
View File
@@ -11,6 +11,7 @@ spring:
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
default-property-inclusion: non_null
# @{link} https://github.com/abel533
Write
Preview
Loading…
Cancel
Save