feat: 公众号开发
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user