Commit c47b1657 authored by 耿迪迪's avatar 耿迪迪

乱码问题修改

parent dd3d6d10
......@@ -16,7 +16,7 @@ import java.util.Date;
@Configuration
@EnableScheduling
@PropertySource(value = "classpath:application.properties")
@PropertySource(value = "classpath:application.yml")
public class SaticScheduleTask {
@Resource
......
server.port=8802
# jingye 数据源配置
jingye.datasource.url=jdbc:mysql://192.168.1.232:3306/jingye?characterEncoding=utf8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8
jingye.datasource.username=windows
jingye.datasource.password=mysql@zehong.com
jingye.datasource.driverClassName=com.mysql.jdbc.Driver
# yingde 数据源配置
yingde.datasource.url=jdbc:mysql://localhost:3306/yingde?characterEncoding=utf8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8
yingde.datasource.username=root
yingde.datasource.password=mysql@zehong.com
yingde.datasource.driverClassName=com.mysql.jdbc.Driver
#zhengyuan 数据源配置
zhengyuan.datasource.url=jdbc:mysql://localhost:3306/zhengyuan?characterEncoding=utf8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8
zhengyuan.datasource.username=root
zhengyuan.datasource.password=mysql@zehong.com
zhengyuan.datasource.driverClassName=com.mysql.jdbc.Driver
logging.level.com.zehong.monitorreprotdatafrogovernmentnew.dao = DEBUG
#定时检测时间
cron = 0 0/2 * * * ?
#定时发送短信时间
sendSmsCron = 0 0/30 * * * ?
sendSmsUrl = http://36.148.23.59:8801/sms/sendBatchSms
#通知号码
secretKey = f225e66813e6d6a663daf919c1935dcb
phoneNums = 13930125936,13315145077
signName = 泽宏云
templateCode = SMS_221736528
\ No newline at end of file
server.port: 8802
# jingye 数据源配置
jingye.datasource.url: jdbc:mysql://192.168.1.232:3306/jingye?characterEncoding=utf8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8
jingye.datasource.username: windows
jingye.datasource.password: mysql@zehong.com
jingye.datasource.driverClassName: com.mysql.jdbc.Driver
# yingde 数据源配置
yingde.datasource.url: jdbc:mysql://localhost:3306/yingde?characterEncoding=utf8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8
yingde.datasource.username: root
yingde.datasource.password: mysql@zehong.com
yingde.datasource.driverClassName: com.mysql.jdbc.Driver
#zhengyuan 数据源配置
zhengyuan.datasource.url: jdbc:mysql://localhost:3306/zhengyuan?characterEncoding=utf8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8
zhengyuan.datasource.username: root
zhengyuan.datasource.password: mysql@zehong.com
zhengyuan.datasource.driverClassName: com.mysql.jdbc.Driver
logging.level.com.zehong.monitorreprotdatafrogovernmentnew.dao: DEBUG
#定时检测时间
cron: 0 0/2 * * * ?
#定时发送短信时间
sendSmsCron: 0 0/30 * * * ?
sendSmsUrl: http://36.148.23.59:8801/sms/sendBatchSms
#通知号码
secretKey: f225e66813e6d6a663daf919c1935dcb
phoneNums: 13930125936,13315145077
signName: 泽宏云
templateCode: SMS_221736528
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment