feat 拆分支付模块为单独的项目

This commit is contained in:
xxm1995
2023-05-08 13:53:44 +08:00
commit e983a4d178
239 changed files with 14768 additions and 0 deletions

4
lombok.config Normal file
View File

@@ -0,0 +1,4 @@
# 将字段上的注解拷贝到对应构造参数上, 如果要新增别的注解, 需要在下方重新进行定义,
lombok.copyableAnnotations += org.springframework.context.annotation.Lazy
# 默认开启实体类的链式API 会导致一些反射相关类库出问题, 如 easyExcel
#lombok.accessors.chain = true