...
|
...
|
@@ -11,17 +11,17 @@ spring: |
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
username: trobs
|
|
|
password: +bdKL~ykG4
|
|
|
url: jdbc:mysql://rm-wz98uta593nt9fnha.mysql.rds.aliyuncs.com/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
|
|
|
password: !j2sBwZ@Ir!0
|
|
|
url: jdbc:mysql://jserp.mysql.db.com:20110/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
|
|
|
resources:
|
|
|
static-locations: classpath:/static/,classpath:/views/
|
|
|
#微信配置(物流信息推送)
|
|
|
weixin:
|
|
|
gettoken: https://qyapi.weixin.qq.com/cgi-bin/gettoken
|
|
|
sendmessage: https://qyapi.weixin.qq.com/cgi-bin/message/send
|
|
|
notify:
|
|
|
head: 消息通知
|
|
|
culture: 付出 简单 开放
|
|
|
sysname: 猿人创新 原力ERP
|
|
|
url: http://yrerp.yuanlierp.com
|
|
|
tail: 前往原力 |
|
|
## notify:
|
|
|
## head: 消息通知
|
|
|
## culture: 付出 简单 开放
|
|
|
## sysname: 猿人创新 原力ERP
|
|
|
## url: http://yrerp.yuanlierp.com
|
|
|
## tail: 前往原力 |
...
|
...
|
|