删除:CmsOrder、CmsProduct系列、CmsComponents等模块

This commit is contained in:
2025-08-06 13:39:49 +08:00
parent 013916230e
commit 9695dc69b2
83 changed files with 32 additions and 5574 deletions

View File

@@ -18,16 +18,10 @@ spring:
pathmatch:
matching-strategy: ant_path_matcher
# 启用 SpringDoc OpenAPI
springdoc:
api-docs:
enabled: true
swagger-ui:
enabled: true
# 启用 Knife4j
knife4j:
enable: true
# json时间格式设置
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
# 连接池配置
datasource:
@@ -54,11 +48,6 @@ knife4j:
login-username: admin
login-password: admin
# json时间格式设置
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
# 设置上传文件大小
servlet:
multipart:
@@ -166,3 +155,14 @@ certificate:
app-cert-public-key-file: "appCertPublicKey.crt"
alipay-cert-public-key-file: "alipayCertPublicKey.crt"
alipay-root-cert-file: "alipayRootCert.crt"
# 启用 SpringDoc OpenAPI
springdoc:
api-docs:
enabled: true
swagger-ui:
enabled: true
# 启用 Knife4j
knife4j:
enable: true