🔒
This commit is contained in:
parent
758c0e9563
commit
a20aab57af
@ -12,7 +12,7 @@ spring:
|
|||||||
redis:
|
redis:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 6379
|
port: 6379
|
||||||
password: d9d2j9w2
|
password: # redis 密码
|
||||||
database: 1
|
database: 1
|
||||||
timeout: 3000
|
timeout: 3000
|
||||||
jedis:
|
jedis:
|
||||||
@ -24,31 +24,23 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://localhost:3306/vertical?characterEncoding=UTF-8&autoReconnect=true&useSSL=false
|
url: jdbc:mysql://localhost:3306/vertical?characterEncoding=UTF-8&autoReconnect=true&useSSL=false
|
||||||
username: root
|
username: root
|
||||||
password: d9d2j9w2.RYMCU
|
password: # 数据库密码
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
resources:
|
resources:
|
||||||
add-mappings: true
|
add-mappings: true
|
||||||
mail:
|
mail:
|
||||||
host: smtp.ym.163.com
|
host: smtp.163.com
|
||||||
port: 465
|
port: 465
|
||||||
username: service@rymcu.com
|
username: # 邮箱
|
||||||
password: Aa12345678
|
password: # 密码
|
||||||
wx:
|
|
||||||
miniapp:
|
|
||||||
configs:
|
|
||||||
- appid: wxf57df4f171606a26
|
|
||||||
secret: 574ff86cb48a42f3980b221e942c53b1
|
|
||||||
token: #微信小程序消息服务器配置的token
|
|
||||||
aesKey: #微信小程序消息服务器配置的EncodingAESKey
|
|
||||||
msgDataFormat: JSON
|
|
||||||
env: dev
|
env: dev
|
||||||
logging:
|
logging:
|
||||||
file:
|
file:
|
||||||
path: f:/logs/vertical
|
path: /logs/vertical
|
||||||
server:
|
server:
|
||||||
port: 8099
|
port: 8099
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /vertical
|
context-path: /vertical
|
||||||
version: 1.0
|
version: 1.0
|
||||||
resource:
|
resource:
|
||||||
file-path: https://rymcu.com/vertical
|
file-path: https://abc.com/vertical
|
||||||
|
Loading…
Reference in New Issue
Block a user