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.
66 lines
1.7 KiB
YAML
66 lines
1.7 KiB
YAML
4 years ago
|
spring:
|
||
|
datasource:
|
||
|
dynamic:
|
||
|
primary: wip #设置默认的数据源或者数据源组,默认值即为master
|
||
|
datasource:
|
||
|
wip:
|
||
|
driver-class-name: com.sap.db.jdbc.Driver
|
||
|
jndi-name: jdbc/jts/wipPool
|
||
|
activemq:
|
||
|
brokerUrl: tcp://10.18.8.82:61616?wireFormat.maxInactivityDuration=0
|
||
|
user: admin
|
||
|
password: admin
|
||
|
pool:
|
||
|
enabled: true
|
||
|
|
||
|
#quartz任务启用
|
||
|
quartz:
|
||
|
enabled: true
|
||
|
|
||
|
#websocket配置
|
||
|
websocket:
|
||
|
server:
|
||
|
port: 8081
|
||
|
contextPath: /websocket
|
||
|
|
||
|
#打印服务器配置
|
||
|
print:
|
||
|
server: http://localhost:8080/CodeSoftPrintWeb/printService
|
||
|
|
||
|
#短信服务配置
|
||
|
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: MINTH005120
|
||
|
password: ms@888
|
||
|
|
||
|
#微信服务配置
|
||
|
wechat:
|
||
|
postUrl: https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=ACCESS_TOKEN
|
||
|
getAccessTokenUrl: https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=ID&corpsecret=SECRET
|
||
|
corpId: wx50700e702b097a1a
|
||
|
corpSecret: 9TDluruGzXpp5hL87J7RS5_0dlXoee_sbV9jDUK1Uq8
|
||
|
agentId: 1000214
|
||
|
|
||
|
#短信微信MQ
|
||
|
activemq:
|
||
|
url: tcp://10.4.0.83:61616
|
||
|
queue_mobile_name: SEND_MOBILE
|
||
|
queue_wechat_name: SEND_WECHAT
|
||
|
|
||
|
futurefactory:
|
||
|
agv:
|
||
|
url: http://10.4.0.39:666
|
||
|
applicationKey: "appkey"
|
||
|
secret: "secret"
|
||
|
|
||
|
#ftp文档服务器
|
||
|
ftp:
|
||
|
host: 10.4.1.53
|
||
|
port: 21
|
||
|
username: minftp
|
||
|
password: minftp888
|
||
|
#盖雅系统URL
|
||
|
gaiya:
|
||
|
accesstokenUrl: https://minthoa.gaiaworkforce.com/api/common/accesstoken?appId=123&secret=123&companyCode=MINTHGroup
|
||
|
dataUrl: https://minthoatest.gaiaworkforce.com/api/minth/GetScheduling
|
||
|
attendanceDataUrl: https://minthoa.gaiaworkforce.com/api/minth/getAttendanceData
|