Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
monitor-reprotdata-frogovernment
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
monitor-reprotdata-frogovernment
Commits
c47b1657
Commit
c47b1657
authored
Aug 16, 2021
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
乱码问题修改
parent
dd3d6d10
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
34 deletions
+34
-34
SaticScheduleTask.java
...torreprotdatafrogovernmentnew/task/SaticScheduleTask.java
+1
-1
application.properties
src/main/resources/application.properties
+0
-33
application.yml
src/main/resources/application.yml
+33
-0
No files found.
src/main/java/com/zehong/monitorreprotdatafrogovernmentnew/task/SaticScheduleTask.java
View file @
c47b1657
...
...
@@ -16,7 +16,7 @@ import java.util.Date;
@Configuration
@EnableScheduling
@PropertySource
(
value
=
"classpath:application.
properties
"
)
@PropertySource
(
value
=
"classpath:application.
yml
"
)
public
class
SaticScheduleTask
{
@Resource
...
...
src/main/resources/application.properties
deleted
100644 → 0
View file @
dd3d6d10
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
src/main/resources/application.yml
0 → 100644
View file @
c47b1657
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment