功能修改

master
sunjianxi 10 months ago
parent 9e221628c5
commit 46ec0f67ea
  1. 13
      src/main/resources/application-dev.yml

@ -5,10 +5,10 @@ spring:
##redis 单机环境配置
host: 127.0.0.1
port: 6379
# password:
# database: 0
password: jiahe123!
database: 3
password:
database: 0
# password: jiahe123!
# database: 3
ssl:
enabled: false
datasource:
@ -17,8 +17,8 @@ spring:
# url: jdbc:mysql://192.168.1.12:3306/lab-ops?useSSL=false&useUnicode=true&characterEncoding =utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
url: jdbc:mysql://127.0.0.1:3306/lab-ops?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
username: root
password: jiahe123!
# password: 123456
# password: jiahe123!
password: 123456
sms:
enabled: true
@ -26,6 +26,7 @@ sms:
# sms审核通过的短信模板
template-id: SMS_476785306
template-id1: SMS_476455177
template-id2: SMS_476500265
# sms审核通过的短信签名
sign-name: 实验室运维系统
# sms提供的accesskey

Loading…
Cancel
Save