Sfoglia il codice sorgente

[性能验证]添加Excel报告文件下载

liyuan 2 anni fa
parent
commit
2b0ad4e279

+ 2 - 2
ibps-provider-root/modules/provider-business/src/main/resources/conf/dataSource-dev.xml

@@ -7,9 +7,9 @@
     <!-- dev下使用该链接 -->
  	<dbType>mysql</dbType>
   	<driver>com.mysql.jdbc.Driver</driver>
-    <driverUrl>jdbc:mysql://dev1.local:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>
+    <driverUrl>jdbc:mysql://119.23.210.103:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>
     <user>root</user>
-    <password>test001</password>
+    <password>!$%^QWER</password>
 
     <!-- 本机VM 192.168.22.3 -->
 <!--    <driverUrl>jdbc:mysql://192.168.22.3:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>-->

+ 36 - 36
ibps-provider-root/modules/provider-business/src/main/resources/config/log4j2.yml

@@ -1,12 +1,12 @@
 # 共有8个级别,按照从低到高为:ALL < TRACE < DEBUG < INFO < WARN < ERROR < FATAL < OFF
 Configuration:
-  status: INFO
+  status: WARN
   monitorInterval: 30
   properties: # 定义全局变量
     property: # 缺省配置(用于开发环境)。其他环境需要在VM参数中指定,如下:
-      # jvm参数:-Dlog.level.console=INFO
+      # jvm参数:-Dlog.level.console=WARN
       - name: log.level.console
-        value: INFO
+        value: WARN
       - name: log.path
         value: ./logs
       - name: project.name
@@ -36,7 +36,7 @@ Configuration:
         Filters:
           #        一定要先去除不接受的日志级别,然后获取需要接受的日志级别
           ThresholdFilter:
-            - level: INFO
+            - level: WARN
               onMatch: ACCEPT
               onMismatch: DENY
         Policies:
@@ -49,7 +49,7 @@ Configuration:
           max: 100
   Loggers:
     AsyncRoot:
-      level: INFO
+      level: WARN
       includeLocation: true
       AppenderRef:
         - ref: CONSOLE_LOG
@@ -58,217 +58,217 @@ Configuration:
       - name: org
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: org.eclipse
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: org.quartz
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: org.springframework
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: io.swagger.models.parameters.AbstractSerializableParameter
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: org.activiti
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: org.apache
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: org.apache.ibatis
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: java.sql
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: java.sql.Statement
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: java.sql.PreparedStatement
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: springfox
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: freemarker
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: pres.lnk.springframework
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: cn
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.cloud.filter
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.base.core.util.string
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.saas.base.db.tenant.spi
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.cloud.bootstrap.IbpsApplication
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.common
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.auth
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.socket
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.register
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.org
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.base.bo
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.form
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.components.codegen
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.bpmn
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE
       - name: com.lc.ibps.office
         additivity: false
         includeLocation: true
-        level: INFO
+        level: WARN
         AppenderRef:
         - ref: CONSOLE_LOG
         - ref: ROLLING_FILE