fix(build): use bootJar task for production packaging

- Use bootJar instead of processResources for excluding dev configuration
- Set default time-zone to GMT for JSON serialization
This commit is contained in:
2026-05-21 14:30:52 +08:00
parent 44b8326e96
commit 193fed29b2
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ spring:
default-property-inclusion: non_null
property-naming-strategy: SNAKE_CASE
date-format: ${JSON_DATE_FORMAT:}
time-zone: ${JSON_TIME_ZONE:}
time-zone: ${JSON_TIME_ZONE:GMT}
mybatis-plus:
configuration: