Commit 8d4f2766 by jianshuqin

解决BUG:Empty watch file list. Disabling

parent ab9d3047
...@@ -4,7 +4,7 @@ spring: ...@@ -4,7 +4,7 @@ spring:
name: ebay-report-produce name: ebay-report-produce
# 数据配置 # 数据配置
datasource-biz: datasource-biz:
url: jdbc:mysql://10.0.8.113:3306/bailun_datacenter?serverTimezone=GMT%2B8&characterEncoding=utf-8&rewriteBatchedStatements=true url: jdbc:mysql://10.0.8.113:3306/bailun_datacenter?serverTimezone=GMT%2B8&characterEncoding=utf-8&rewriteBatchedStatements=true&useSSL=false
username: root username: root
password: '#7kfnymAM$Y9-Ntf' password: '#7kfnymAM$Y9-Ntf'
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="true"> <configuration scan="false" scanPeriod="60 seconds" debug="false">
<property name="contextName" value="bailuntec"/> <property name="contextName" value="bailuntec"/>
<property name="LOG_HOME" value="log"/> <property name="LOG_HOME" value="log"/>
......
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