com.github.fangzhengjin:common-core

common-core


License
GPL-3.0

Documentation

common-core

GitHub Workflow Status Maven Central GitHub

dependencies {
    implementation "me.zhengjin:common-core:version"
}

新增了几个JacksonJson控制序列化的注解


四个注解可加载spring controller的方法上 控制返回的json

序列化时忽略列出的字段
@JsonSerializeExclude
@JsonSerializeExcludes

只序列化列出的字段
@JsonSerializeInclude
@JsonSerializeIncludes

不适用注解的地方可以使用工具
JacksonSerializeUtils

customize:
  common:
    jpa:
      comment:
        enable: true
        alterTableNames: all