增加代码生成类

This commit is contained in:
2025-07-07 23:30:15 +08:00
parent 931e4fcf17
commit 8b656907a3
11 changed files with 47 additions and 101 deletions

View File

@ -72,15 +72,15 @@ springdoc:
swagger-ui:
url: /v3/api-docs
path: /doc.html
packages-to-scan: com.sczx.user.controller # 替换为你的 controller 包路径
packages-to-scan: com.sczx.store.controller # 替换为你的 controller 包路径
mybatis-plus:
mapper-locations: classpath*:mapper/**/*.xml
type-aliases-package: com.sczx.user.entity # 实体类包路径
type-aliases-package: com.sczx.store.po # 实体类包路径
configuration:
mapUnderscoreToCamelCase: true
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 控制台打印 SQL调试用
auth:
secret-key: his-is-a-very-long-and-secure-secret-key-for-jwt-signing-please-dont-use-short-keys
token-expiration: 86400000 # 24小时
#auth:
# secret-key: his-is-a-very-long-and-secure-secret-key-for-jwt-signing-please-dont-use-short-keys
# token-expiration: 86400000 # 24小时