first commit

This commit is contained in:
starrySky
2024-03-20 09:28:04 +08:00
commit 989f0210f2
286 changed files with 25129 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
server:
port: 7002
spring:
profiles:
active: dev
# mybatis日志
mybatis-plus:
global-config:
# 逻辑删除
db-config:
logic-delete-field: deleted # 全局逻辑删除的实体字段名
logic-delete-value: 1
logic-not-delete-value: 0
# xml文件路径classpath* 代表所有模块的resources目录 classpath 不加星号代表当前模块下的resources目录
mapper-locations: classpath*:mapper/**/*.xml
wx:
# 公众号配置
mp:
configs:
- appId: xxxxxxxx
secret: xxxxxxxxxxxxxxxxxxxxxxxxxx
token: xxxxxxxxxx
aesKey: xxxxxxxxxxxxxxxxxxxx
# 小程序配置
ma:
configs:
- appId: xxxxxxxxxxxxxxxx
secret: xxxxxxxxxxxxx
# 微信支付商户号,请去微信支付平台申请
mchId: 1588227511
# 微信支付商户APIv2密钥请去微信支付平台申请
mchKey: xxxxxxxxxxxxxxxxxxxxx
# p12证书的位置可以指定绝对路径也可以指定类路径以classpath:开头)
keyPath: classpath:apiclient_cert.p12