验证码
This commit is contained in:
@ -36,8 +36,8 @@ spring:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
username: mall
|
||||
password: unicom
|
||||
jdbc-url: jdbc:mysql://10.125.160.26:3306/ebtp_mall_extend?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
url: jdbc:mysql://10.125.160.26:3306/ebtp_mall_extend?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
jdbc-url: jdbc:mysql://10.125.160.30:3306/ebtp_mall_extend?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
url: jdbc:mysql://10.125.160.30:3306/ebtp_mall_extend?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
||||
filters: stat,wall,log4j
|
||||
maxActive: 20
|
||||
initialSize: 1
|
||||
@ -172,6 +172,8 @@ mconfig:
|
||||
bss:
|
||||
app-id: 2ICalrrQ0F
|
||||
app-secret: 1mb6n6635cJkDb3pEQPUFXc2nRJ8RPaS
|
||||
app-url-test: 2ICalrrQ0F
|
||||
app-url: 1mb6n6635cJkDb3pEQPUFXc2nRJ8RPaS
|
||||
document:
|
||||
clientHttpUrl: http://10.242.31.158:8100/auth/oauth/token?grant_type=client_credentials&client_id=bVS46ElU&client_secret=58ea04ba02475c8da2321cc99849d2a10f15b749
|
||||
|
||||
@ -196,4 +198,21 @@ xxl:
|
||||
ip: ''
|
||||
port: 18181
|
||||
logpath: /data/applogs/xxl-job/jobhandler
|
||||
logretentiondays: 30
|
||||
logretentiondays: 30
|
||||
|
||||
|
||||
unifast:
|
||||
sso:
|
||||
public-key: 11
|
||||
clientId: 1
|
||||
redirectUrl: 1
|
||||
getCode:
|
||||
url: 1
|
||||
|
||||
|
||||
client:
|
||||
clientHttpUrl: http://10.242.31.158:8100/auth/oauth/token?grant_type=client_credentials&client_id=bVS46ElU&client_secret=58ea04ba02475c8da2321cc99849d2a10f15b749
|
||||
allow:
|
||||
apis:
|
||||
- ^GET\./?v1/send/msg/interest/getcode$
|
||||
- ^POST\./?v1/send/msg/interest/code$
|
Reference in New Issue
Block a user