feat: 公众号开发

This commit is contained in:
hucs
2024-03-27 23:01:15 +08:00
parent 0ebf6cd3aa
commit 534e6d93fb
10 changed files with 278 additions and 141 deletions

View File

@@ -1,8 +1,10 @@
server:
port: 7002
servlet:
context-path: /api
spring:
profiles:
active: dev
active: test
# mybatis日志
mybatis-plus:
@@ -13,4 +15,18 @@ mybatis-plus:
logic-delete-value: 1
logic-not-delete-value: 0
# xml文件路径classpath* 代表所有模块的resources目录 classpath 不加星号代表当前模块下的resources目录
mapper-locations: classpath*:mapper/**/*.xml
mapper-locations: classpath*:mapper/**/*.xml
wx:
mp:
app-id: xxx
secret: ddd
config-storage:
key-prefix: peipei
http-client-type: HttpClient
redis:
host: 12
database: ${spring.redis.database}
port: ${spring.redis.port}
password: ${spring.redis.password}
type: RedisTemplate