You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
spring:
|
|
|
|
datasource:
|
|
|
|
dynamic:
|
|
|
|
primary: wip #设置默认的数据源或者数据源组,默认值即为master
|
|
|
|
datasource:
|
|
|
|
wip:
|
|
|
|
url: jdbc:oracle:thin:@113.98.201.217:1521/ORD
|
|
|
|
username: wip
|
|
|
|
password: wip
|
|
|
|
driver-class-name: oracle.jdbc.OracleDriver
|
|
|
|
|
|
|
|
|
|
|
|
#quartz任务启用
|
|
|
|
quartz:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
|
|
|
#打印服务器配置
|
|
|
|
print:
|
|
|
|
server: http://localhost:8080/CodeSoftPrintWeb/printService
|
|
|
|
|
|
|
|
mepapi:
|
|
|
|
server: 113.98.201.217
|
|
|
|
port: 50000
|
|
|
|
username: site_admin
|
|
|
|
password: Sap12345
|
|
|
|
|
|
|
|
#邮箱服务配置
|
|
|
|
mail:
|
|
|
|
host: 127.0.0.1
|
|
|
|
from: Leon@857.com
|
|
|
|
|
|
|
|
#短信服务配置
|
|
|
|
mobile:
|
|
|
|
url: https://mb345.com/ws/BatchSend2.aspx?CorpID=USER_NAME&Pwd=PASS_WORD&Mobile=LIST_PHONE&Content=SEND_CONTENT&Cell=CELL&SendTime=SEND_TIME
|
|
|
|
username:
|
|
|
|
password:
|
|
|
|
|
|
|
|
#微信服务配置
|
|
|
|
wechat:
|
|
|
|
corpId: ww1adffc974ec4f75f
|
|
|
|
agentId: 1000002
|
|
|
|
secret: D1F_QMAUm2ZS5fsFwz6k-HDRkn1HhsWWc-dQjfm4CvQ
|
|
|
|
accessTokenUrl: https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=ID&corpsecret=SECRET
|
|
|
|
postUrl: https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=ACCESS_TOKEN
|
|
|
|
|
|
|
|
#ftp文档服务器
|
|
|
|
ftp:
|
|
|
|
host: 10.4.1.53
|
|
|
|
port: 21
|
|
|
|
username:
|
|
|
|
password:
|