mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 03:32:43 +08:00
16 lines
530 B
Plaintext
16 lines
530 B
Plaintext
# Configuration generated by easy-yapi plug-in
|
|
# Convert date to long
|
|
json.rule.convert[java.util.Date]=java.lang.Long
|
|
json.rule.convert[java.sql.Timestamp]=java.lang.Long
|
|
json.rule.convert[java.time.LocalDateTime]=java.lang.Long
|
|
json.rule.convert[java.time.LocalDate]=java.lang.Long
|
|
|
|
# Use version to modify tags
|
|
api.tag=#version
|
|
|
|
# ignore serialVersionUID
|
|
constant.field.ignore=groovy:it.name()=="serialVersionUID"
|
|
|
|
# sprnSupport for Jackson annotations
|
|
json.rule.field.ignore=@com.fasterxml.jackson.annotation.JsonIgnore#value
|