|
@@ -4,10 +4,7 @@ spring:
|
|
active: report-server-online
|
|
active: report-server-online
|
|
datasource:
|
|
datasource:
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
- # url: jdbc:mysql://101.37.175.111:3306/crowd-test-service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8
|
|
|
|
- # username: mooctest
|
|
|
|
- # password: secr3t!
|
|
|
|
- # Keep the connection alive if idle for a long time (needed in production)
|
|
|
|
|
|
+# Keep the connection alive if idle for a long time (needed in production)
|
|
testWhileIdle: true
|
|
testWhileIdle: true
|
|
validationQuery: SELECT 1
|
|
validationQuery: SELECT 1
|
|
# Show or not log for each sql query
|
|
# Show or not log for each sql query
|
|
@@ -60,7 +57,7 @@ spring:
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://106.14.81.62:3306/report_service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8
|
|
url: jdbc:mysql://106.14.81.62:3306/report_service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8
|
|
username: root
|
|
username: root
|
|
- password: 123456
|
|
|
|
|
|
+ password: KBrhRYguzeZh4cFh
|
|
order.autoReport.upload.path: /Users/guochao/Desktop/project/enterprise-mooctest-site/var/www/reportFile/
|
|
order.autoReport.upload.path: /Users/guochao/Desktop/project/enterprise-mooctest-site/var/www/reportFile/
|
|
order.autoReport.builder.copyPath: /Users/guochao/Desktop/project/enterprise-mooctest-site/var/www/reportBuilder/
|
|
order.autoReport.builder.copyPath: /Users/guochao/Desktop/project/enterprise-mooctest-site/var/www/reportBuilder/
|
|
order.autoReport.service.path: /Users/guochao/Desktop/project/enterprise-mooctest-site/projects/mooctest-report-template/
|
|
order.autoReport.service.path: /Users/guochao/Desktop/project/enterprise-mooctest-site/projects/mooctest-report-template/
|
|
@@ -78,7 +75,7 @@ spring:
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://106.14.81.62:3306/report_service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8
|
|
url: jdbc:mysql://106.14.81.62:3306/report_service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8
|
|
username: root
|
|
username: root
|
|
- password: 123456
|
|
|
|
|
|
+ password: KBrhRYguzeZh4cFh
|
|
static.resource.autoReport.url: /reportFile/
|
|
static.resource.autoReport.url: /reportFile/
|
|
order.autoReport.upload.path: /var/www/reportFile/
|
|
order.autoReport.upload.path: /var/www/reportFile/
|
|
order.autoReport.service.path: /root/mooctest-report-template/
|
|
order.autoReport.service.path: /root/mooctest-report-template/
|