| 类 | 说明 |
|---|---|
| AuditorAwareImpl |
自动填充 @CreatedBy, @LastModifiedBy
|
| BaseEntity |
注释:@DateTimeFormat(pattern = DateFormatUtil.YYYY_MM_DD_HH_MM_SS)
注释:@JsonFormat(pattern = DateFormatUtil.YYYY_MM_DD_HH_MM_SS)
注释:启用UTC时间就不需要了
格式化日期相关配置(不知道为什么不生效):
# GMT+8, UTC
spring.jackson.time-zone=GMT+8
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
| EntityMapCamelCaseResultTransformer |
ResultTransformer implementation which builds a map for each "row",
made up of each aliased value where the alias is the map key. |
| JpaConfig | |
| TrimStringType | |
| TrimStringTypeDescriptor |
Descriptor for
String handling. |
Copyright © 2020. All rights reserved.