Browse Source

清洗分析接口

宁檬 1 year ago
parent
commit
6f852c1aa6
100 changed files with 0 additions and 385 deletions
  1. 0 92
      cache/target/classes/application-hb.yml
  2. 0 89
      cache/target/classes/application-jn.yml
  3. 0 4
      cache/target/classes/application.yml
  4. BIN
      cache/target/classes/com/gyee/cache/CacheMain.class
  5. BIN
      cache/target/classes/com/gyee/cache/config/GeneratorCodeConfig.class
  6. BIN
      cache/target/classes/com/gyee/cache/config/MybatisPlusConfig.class
  7. BIN
      cache/target/classes/com/gyee/cache/config/RedisAutoConfiguration.class
  8. BIN
      cache/target/classes/com/gyee/cache/config/RedisConfig.class
  9. BIN
      cache/target/classes/com/gyee/cache/controller/DatacenterController.class
  10. BIN
      cache/target/classes/com/gyee/cache/controller/DatacenterpointController.class
  11. BIN
      cache/target/classes/com/gyee/cache/controller/LineController.class
  12. BIN
      cache/target/classes/com/gyee/cache/controller/ModelpowerrdController.class
  13. BIN
      cache/target/classes/com/gyee/cache/controller/ProjectController.class
  14. BIN
      cache/target/classes/com/gyee/cache/controller/WindpowerstationController.class
  15. BIN
      cache/target/classes/com/gyee/cache/controller/WindpowerstationpointnewController.class
  16. BIN
      cache/target/classes/com/gyee/cache/controller/WindpowerstationtestingpointController.class
  17. BIN
      cache/target/classes/com/gyee/cache/controller/WindturbineController.class
  18. BIN
      cache/target/classes/com/gyee/cache/controller/WindturbinetestingpointaiController.class
  19. BIN
      cache/target/classes/com/gyee/cache/controller/WindturbinetestingpointnewController.class
  20. BIN
      cache/target/classes/com/gyee/cache/init/CacheContext.class
  21. BIN
      cache/target/classes/com/gyee/cache/mapper/auto/DatacenterMapper.class
  22. BIN
      cache/target/classes/com/gyee/cache/mapper/auto/DatacenterpointMapper.class
  23. BIN
      cache/target/classes/com/gyee/cache/mapper/auto/LineMapper.class
  24. BIN
      cache/target/classes/com/gyee/cache/mapper/auto/ModelpowerrdMapper.class
  25. BIN
      cache/target/classes/com/gyee/cache/mapper/auto/ProjectMapper.class
  26. BIN
      cache/target/classes/com/gyee/cache/mapper/auto/WindpowerstationMapper.class
  27. BIN
      cache/target/classes/com/gyee/cache/mapper/auto/WindpowerstationpointnewMapper.class
  28. BIN
      cache/target/classes/com/gyee/cache/mapper/auto/WindpowerstationtestingpointMapper.class
  29. BIN
      cache/target/classes/com/gyee/cache/mapper/auto/WindturbineMapper.class
  30. BIN
      cache/target/classes/com/gyee/cache/mapper/auto/WindturbinetestingpointaiMapper.class
  31. BIN
      cache/target/classes/com/gyee/cache/mapper/auto/WindturbinetestingpointnewMapper.class
  32. BIN
      cache/target/classes/com/gyee/cache/model/auto/Datacenter.class
  33. BIN
      cache/target/classes/com/gyee/cache/model/auto/Datacenterpoint.class
  34. BIN
      cache/target/classes/com/gyee/cache/model/auto/Line.class
  35. BIN
      cache/target/classes/com/gyee/cache/model/auto/Modelpowerrd.class
  36. BIN
      cache/target/classes/com/gyee/cache/model/auto/Project.class
  37. BIN
      cache/target/classes/com/gyee/cache/model/auto/Windpowerstation.class
  38. BIN
      cache/target/classes/com/gyee/cache/model/auto/Windpowerstationpointnew.class
  39. BIN
      cache/target/classes/com/gyee/cache/model/auto/Windpowerstationtestingpoint.class
  40. BIN
      cache/target/classes/com/gyee/cache/model/auto/Windturbine.class
  41. BIN
      cache/target/classes/com/gyee/cache/model/auto/Windturbinetestingpointai.class
  42. BIN
      cache/target/classes/com/gyee/cache/model/auto/Windturbinetestingpointnew.class
  43. BIN
      cache/target/classes/com/gyee/cache/service/RedisService.class
  44. BIN
      cache/target/classes/com/gyee/cache/service/auto/IDatacenterService.class
  45. BIN
      cache/target/classes/com/gyee/cache/service/auto/IDatacenterpointService.class
  46. BIN
      cache/target/classes/com/gyee/cache/service/auto/ILineService.class
  47. BIN
      cache/target/classes/com/gyee/cache/service/auto/IModelpowerrdService.class
  48. BIN
      cache/target/classes/com/gyee/cache/service/auto/IProjectService.class
  49. BIN
      cache/target/classes/com/gyee/cache/service/auto/IWindpowerstationService.class
  50. BIN
      cache/target/classes/com/gyee/cache/service/auto/IWindpowerstationpointnewService.class
  51. BIN
      cache/target/classes/com/gyee/cache/service/auto/IWindpowerstationtestingpointService.class
  52. BIN
      cache/target/classes/com/gyee/cache/service/auto/IWindturbineService.class
  53. BIN
      cache/target/classes/com/gyee/cache/service/auto/IWindturbinetestingpointaiService.class
  54. BIN
      cache/target/classes/com/gyee/cache/service/auto/IWindturbinetestingpointnewService.class
  55. BIN
      cache/target/classes/com/gyee/cache/service/auto/impl/DatacenterServiceImpl.class
  56. BIN
      cache/target/classes/com/gyee/cache/service/auto/impl/DatacenterpointServiceImpl.class
  57. BIN
      cache/target/classes/com/gyee/cache/service/auto/impl/LineServiceImpl.class
  58. BIN
      cache/target/classes/com/gyee/cache/service/auto/impl/ModelpowerrdServiceImpl.class
  59. BIN
      cache/target/classes/com/gyee/cache/service/auto/impl/ProjectServiceImpl.class
  60. BIN
      cache/target/classes/com/gyee/cache/service/auto/impl/WindpowerstationServiceImpl.class
  61. BIN
      cache/target/classes/com/gyee/cache/service/auto/impl/WindpowerstationpointnewServiceImpl.class
  62. BIN
      cache/target/classes/com/gyee/cache/service/auto/impl/WindpowerstationtestingpointServiceImpl.class
  63. BIN
      cache/target/classes/com/gyee/cache/service/auto/impl/WindturbineServiceImpl.class
  64. BIN
      cache/target/classes/com/gyee/cache/service/auto/impl/WindturbinetestingpointaiServiceImpl.class
  65. BIN
      cache/target/classes/com/gyee/cache/service/auto/impl/WindturbinetestingpointnewServiceImpl.class
  66. BIN
      cache/target/classes/com/gyee/cache/service/impl/RedisServiceImpl$1.class
  67. BIN
      cache/target/classes/com/gyee/cache/service/impl/RedisServiceImpl$2.class
  68. BIN
      cache/target/classes/com/gyee/cache/service/impl/RedisServiceImpl$3.class
  69. BIN
      cache/target/classes/com/gyee/cache/service/impl/RedisServiceImpl.class
  70. 0 66
      histroy/analysis-histroy-hb/target/classes/application-dev.yml
  71. 0 63
      histroy/analysis-histroy-hb/target/classes/application-hf.yml
  72. 0 66
      histroy/analysis-histroy-hb/target/classes/application-test.yml
  73. 0 5
      histroy/analysis-histroy-hb/target/classes/application.yml
  74. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/AnalysisMain.class
  75. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/GeneratorCodeConfig.class
  76. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/MybatisPlusConfig.class
  77. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/R.class
  78. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/ResultCode.class
  79. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/ResultInfo.class
  80. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/Status.class
  81. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/contant/OpeContant.class
  82. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysismainController.class
  83. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubcompanyController.class
  84. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubprojectpvcanController.class
  85. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubprojectpvcannotController.class
  86. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubprojectwindcanController.class
  87. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubprojectwindcannotController.class
  88. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubstationpvController.class
  89. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubstationwindController.class
  90. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/Analysissubtablebottom1Controller.class
  91. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubtablebottomController.class
  92. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysiswindtargetController.class
  93. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/InputoroutputspeedtotalController.class
  94. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/MeterpointController.class
  95. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/MeterpointvalueController.class
  96. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/ProjectController.class
  97. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/ProjectplanController.class
  98. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/Shutdownevent2Controller.class
  99. BIN
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/Windpowerinfoday3Controller.class
  100. 0 0
      histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/WindpowerinfodayController.class

+ 0 - 92
cache/target/classes/application-hb.yml

@@ -1,92 +0,0 @@
-server:
-  port: 8044
-  servlet:
-    context-path: /
-
-
-spring:
-  main:
-    allow-bean-definition-overriding: true #当遇到同样名字的时候,是否允许覆盖注册
-  #redis集群
-  redis:
-#    host: 49.4.50.80
-    host: 10.83.68.94
-    port: 6379
-    timeout: 100000
-    #    集群环境打开下面注释,单机不需要打开
-    #    cluster:
-    #      集群信息
-    #      nodes: xxx.xxx.xxx.xxx:xxxx,xxx.xxx.xxx.xxx:xxxx,xxx.xxx.xxx.xxx:xxxx
-    #      #默认值是5 一般当此值设置过大时,容易报:Too many Cluster redirections
-    #      maxRedirects: 3
-    password:
-    application:
-      name: test
-    jedis:
-      pool:
-        max-active: 8
-        min-idle: 0
-        max-idle: 8
-        max-wait: -1
-    database: 19
-  autoconfigure:
-    exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
-  datasource:
-    type: com.alibaba.druid.pool.DruidDataSource
-    driver-class-name: oracle.jdbc.OracleDriver
-    #外网
-    url: jdbc:oracle:thin:@10.83.68.165:1521:gdsj
-#    url: jdbc:oracle:thin:@49.4.50.80:1521:gdnxfd
-    #    url: jdbc:oracle:thin:@172.168.1.14:1521:gdnxfd
-    username: gdprod
-    password: gd123
-    oracle-schema=:
-    #    type: com.alibaba.druid.pool.DruidDataSource
-    #    url: jdbc:mysql://127.0.0.1:3306/test?characterEncoding=utf8&serverTimezone=UTC
-    #    username: root
-    #    password: root
-    #    driver-class-name: com.mysql.jdbc.Driver
-    druid:
-      max-active: 20
-      initial-size: 1
-      min-idle: 3
-      max-wait: 60000
-      time-between-eviction-runs-millis: 60000
-      min-evictable-idle-time-millis: 300000
-      test-while-idle: true
-      test-on-borrow: false
-      test-on-return: false
-  servlet:
-    multipart:
-      # 开启 multipart 上传功能
-      enabled: true
-      # 文件写入磁盘的阈值
-      file-size-threshold: 2KB
-      # 最大文件大小
-      max-file-size: 200MB
-      # 最大请求大小
-      max-request-size: 215MB
-
-mybatis-plus:
-  configuration:
-    map-underscore-to-camel-case: true
-    auto-mapping-behavior: full
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-  mapper-locations: classpath*:mapper/**/*Mapper.xml
-  global-config:
-    # 逻辑删除配置
-    db-config:
-      id-type: auto
-      # 删除前
-      logic-not-delete-value: 1
-      # 删除后
-      logic-delete-value: 0
-logging:
-  level:
-    root: info
-    com.example: debug
-
-
-golden:
-  baseURL: http://10.155.32.4:8011/ts
-

+ 0 - 89
cache/target/classes/application-jn.yml

@@ -1,89 +0,0 @@
-server:
-  port: 8044
-  servlet:
-    context-path: /
-
-
-spring:
-  main:
-    allow-bean-definition-overriding: true #当遇到同样名字的时候,是否允许覆盖注册
-  #redis集群
-  redis:
-#    host: 49.4.50.80
-    host: 10.81.3.155
-    port: 6379
-    timeout: 100000
-    #    集群环境打开下面注释,单机不需要打开
-    #    cluster:
-    #      集群信息
-    #      nodes: xxx.xxx.xxx.xxx:xxxx,xxx.xxx.xxx.xxx:xxxx,xxx.xxx.xxx.xxx:xxxx
-    #      #默认值是5 一般当此值设置过大时,容易报:Too many Cluster redirections
-    #      maxRedirects: 3
-    password:
-    application:
-      name: test
-    jedis:
-      pool:
-        max-active: 8
-        min-idle: 0
-        max-idle: 8
-        max-wait: -1
-    database: 0
-  autoconfigure:
-    exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
-  datasource:
-    type: com.alibaba.druid.pool.DruidDataSource
-    driver-class-name: org.postgresql.Driver
-    url: jdbc:postgresql://10.81.3.151:5432/wisdom
-    username: gdprod
-    password: gd123
-    oracle-schema=:
-    #    type: com.alibaba.druid.pool.DruidDataSource
-    #    url: jdbc:mysql://127.0.0.1:3306/test?characterEncoding=utf8&serverTimezone=UTC
-    #    username: root
-    #    password: root
-    #    driver-class-name: com.mysql.jdbc.Driver
-    druid:
-      max-active: 20
-      initial-size: 1
-      min-idle: 3
-      max-wait: 60000
-      time-between-eviction-runs-millis: 60000
-      min-evictable-idle-time-millis: 300000
-      test-while-idle: true
-      test-on-borrow: false
-      test-on-return: false
-  servlet:
-    multipart:
-      # 开启 multipart 上传功能
-      enabled: true
-      # 文件写入磁盘的阈值
-      file-size-threshold: 2KB
-      # 最大文件大小
-      max-file-size: 200MB
-      # 最大请求大小
-      max-request-size: 215MB
-
-mybatis-plus:
-  configuration:
-    map-underscore-to-camel-case: true
-    auto-mapping-behavior: full
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-  mapper-locations: classpath*:mapper/**/*Mapper.xml
-  global-config:
-    # 逻辑删除配置
-    db-config:
-      id-type: auto
-      # 删除前
-      logic-not-delete-value: 1
-      # 删除后
-      logic-delete-value: 0
-logging:
-  level:
-    root: info
-    com.example: debug
-
-
-golden:
-  baseURL: http://10.155.32.4:8011/ts
-

+ 0 - 4
cache/target/classes/application.yml

@@ -1,4 +0,0 @@
-spring:
-  profiles:
-#    active: jn
-    active: hb

BIN
cache/target/classes/com/gyee/cache/CacheMain.class


BIN
cache/target/classes/com/gyee/cache/config/GeneratorCodeConfig.class


BIN
cache/target/classes/com/gyee/cache/config/MybatisPlusConfig.class


BIN
cache/target/classes/com/gyee/cache/config/RedisAutoConfiguration.class


BIN
cache/target/classes/com/gyee/cache/config/RedisConfig.class


BIN
cache/target/classes/com/gyee/cache/controller/DatacenterController.class


BIN
cache/target/classes/com/gyee/cache/controller/DatacenterpointController.class


BIN
cache/target/classes/com/gyee/cache/controller/LineController.class


BIN
cache/target/classes/com/gyee/cache/controller/ModelpowerrdController.class


BIN
cache/target/classes/com/gyee/cache/controller/ProjectController.class


BIN
cache/target/classes/com/gyee/cache/controller/WindpowerstationController.class


BIN
cache/target/classes/com/gyee/cache/controller/WindpowerstationpointnewController.class


BIN
cache/target/classes/com/gyee/cache/controller/WindpowerstationtestingpointController.class


BIN
cache/target/classes/com/gyee/cache/controller/WindturbineController.class


BIN
cache/target/classes/com/gyee/cache/controller/WindturbinetestingpointaiController.class


BIN
cache/target/classes/com/gyee/cache/controller/WindturbinetestingpointnewController.class


BIN
cache/target/classes/com/gyee/cache/init/CacheContext.class


BIN
cache/target/classes/com/gyee/cache/mapper/auto/DatacenterMapper.class


BIN
cache/target/classes/com/gyee/cache/mapper/auto/DatacenterpointMapper.class


BIN
cache/target/classes/com/gyee/cache/mapper/auto/LineMapper.class


BIN
cache/target/classes/com/gyee/cache/mapper/auto/ModelpowerrdMapper.class


BIN
cache/target/classes/com/gyee/cache/mapper/auto/ProjectMapper.class


BIN
cache/target/classes/com/gyee/cache/mapper/auto/WindpowerstationMapper.class


BIN
cache/target/classes/com/gyee/cache/mapper/auto/WindpowerstationpointnewMapper.class


BIN
cache/target/classes/com/gyee/cache/mapper/auto/WindpowerstationtestingpointMapper.class


BIN
cache/target/classes/com/gyee/cache/mapper/auto/WindturbineMapper.class


BIN
cache/target/classes/com/gyee/cache/mapper/auto/WindturbinetestingpointaiMapper.class


BIN
cache/target/classes/com/gyee/cache/mapper/auto/WindturbinetestingpointnewMapper.class


BIN
cache/target/classes/com/gyee/cache/model/auto/Datacenter.class


BIN
cache/target/classes/com/gyee/cache/model/auto/Datacenterpoint.class


BIN
cache/target/classes/com/gyee/cache/model/auto/Line.class


BIN
cache/target/classes/com/gyee/cache/model/auto/Modelpowerrd.class


BIN
cache/target/classes/com/gyee/cache/model/auto/Project.class


BIN
cache/target/classes/com/gyee/cache/model/auto/Windpowerstation.class


BIN
cache/target/classes/com/gyee/cache/model/auto/Windpowerstationpointnew.class


BIN
cache/target/classes/com/gyee/cache/model/auto/Windpowerstationtestingpoint.class


BIN
cache/target/classes/com/gyee/cache/model/auto/Windturbine.class


BIN
cache/target/classes/com/gyee/cache/model/auto/Windturbinetestingpointai.class


BIN
cache/target/classes/com/gyee/cache/model/auto/Windturbinetestingpointnew.class


BIN
cache/target/classes/com/gyee/cache/service/RedisService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/IDatacenterService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/IDatacenterpointService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/ILineService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/IModelpowerrdService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/IProjectService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/IWindpowerstationService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/IWindpowerstationpointnewService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/IWindpowerstationtestingpointService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/IWindturbineService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/IWindturbinetestingpointaiService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/IWindturbinetestingpointnewService.class


BIN
cache/target/classes/com/gyee/cache/service/auto/impl/DatacenterServiceImpl.class


BIN
cache/target/classes/com/gyee/cache/service/auto/impl/DatacenterpointServiceImpl.class


BIN
cache/target/classes/com/gyee/cache/service/auto/impl/LineServiceImpl.class


BIN
cache/target/classes/com/gyee/cache/service/auto/impl/ModelpowerrdServiceImpl.class


BIN
cache/target/classes/com/gyee/cache/service/auto/impl/ProjectServiceImpl.class


BIN
cache/target/classes/com/gyee/cache/service/auto/impl/WindpowerstationServiceImpl.class


BIN
cache/target/classes/com/gyee/cache/service/auto/impl/WindpowerstationpointnewServiceImpl.class


BIN
cache/target/classes/com/gyee/cache/service/auto/impl/WindpowerstationtestingpointServiceImpl.class


BIN
cache/target/classes/com/gyee/cache/service/auto/impl/WindturbineServiceImpl.class


BIN
cache/target/classes/com/gyee/cache/service/auto/impl/WindturbinetestingpointaiServiceImpl.class


BIN
cache/target/classes/com/gyee/cache/service/auto/impl/WindturbinetestingpointnewServiceImpl.class


BIN
cache/target/classes/com/gyee/cache/service/impl/RedisServiceImpl$1.class


BIN
cache/target/classes/com/gyee/cache/service/impl/RedisServiceImpl$2.class


BIN
cache/target/classes/com/gyee/cache/service/impl/RedisServiceImpl$3.class


BIN
cache/target/classes/com/gyee/cache/service/impl/RedisServiceImpl.class


+ 0 - 66
histroy/analysis-histroy-hb/target/classes/application-dev.yml

@@ -1,66 +0,0 @@
-server:
-  port: 8092
-  servlet:
-    context-path: /
-
-
-spring:
-  main:
-    allow-bean-definition-overriding: true #当遇到同样名字的时候,是否允许覆盖注册
-
-  autoconfigure:
-    exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
-  datasource:
-    type: com.alibaba.druid.pool.DruidDataSource
-    driver-class-name: oracle.jdbc.OracleDriver
-    #外网
-    #    url: jdbc:oracle:thin:@10.83.68.165:1521:gdsj
-    url: jdbc:oracle:thin:@192.168.2.215:1521:gdsj
-    username: gdprod
-    password: gd123
-    oracle-schema=:
-    #    type: com.alibaba.druid.pool.DruidDataSource
-    #    url: jdbc:mysql://127.0.0.1:3306/test?characterEncoding=utf8&serverTimezone=UTC
-    #    username: root
-    #    password: root
-    #    driver-class-name: com.mysql.jdbc.Driver
-    druid:
-      max-active: 20
-      initial-size: 1
-      min-idle: 3
-      max-wait: 60000
-      time-between-eviction-runs-millis: 60000
-      min-evictable-idle-time-millis: 300000
-      test-while-idle: true
-      test-on-borrow: false
-      test-on-return: false
-  servlet:
-    multipart:
-      # 开启 multipart 上传功能
-      enabled: true
-      # 文件写入磁盘的阈值
-      file-size-threshold: 2KB
-      # 最大文件大小
-      max-file-size: 200MB
-      # 最大请求大小
-      max-request-size: 215MB
-
-mybatis-plus:
-  configuration:
-    map-underscore-to-camel-case: true
-    auto-mapping-behavior: full
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-  mapper-locations: classpath*:mapper/**/*Mapper.xml
-  global-config:
-    # 逻辑删除配置
-    db-config:
-      id-type: auto
-      # 删除前
-      logic-not-delete-value: 1
-      # 删除后
-      logic-delete-value: 0
-logging:
-  level:
-    root: info
-    com.example: debug
-

+ 0 - 63
histroy/analysis-histroy-hb/target/classes/application-hf.yml

@@ -1,63 +0,0 @@
-server:
-  port: 8092
-  servlet:
-    context-path: /
-
-
-spring:
-  main:
-    allow-bean-definition-overriding: true #当遇到同样名字的时候,是否允许覆盖注册
-
-  autoconfigure:
-    exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
-  datasource:
-    type: com.alibaba.druid.pool.DruidDataSource
-    driver-class-name: oracle.jdbc.OracleDriver
-    #外网
-    url: jdbc:oracle:thin:@10.0.118.71:1521:gdsj
-    username: gdprod
-    password: gd123
-    oracle-schema=:
-    druid:
-      max-active: 20
-      initial-size: 1
-      min-idle: 3
-      max-wait: 60000
-      time-between-eviction-runs-millis: 60000
-      min-evictable-idle-time-millis: 300000
-      test-while-idle: true
-      test-on-borrow: false
-      test-on-return: false
-  servlet:
-    multipart:
-      # 开启 multipart 上传功能
-      enabled: true
-      # 文件写入磁盘的阈值
-      file-size-threshold: 2KB
-      # 最大文件大小
-      max-file-size: 200MB
-      # 最大请求大小
-      max-request-size: 215MB
-
-mybatis-plus:
-  configuration:
-    map-underscore-to-camel-case: true
-    auto-mapping-behavior: full
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-  mapper-locations: classpath*:mapper/**/*Mapper.xml
-  global-config:
-    # 逻辑删除配置
-    db-config:
-      id-type: auto
-      # 删除前
-      logic-not-delete-value: 1
-      # 删除后
-      logic-delete-value: 0
-logging:
-  level:
-    root: info
-    com.example: debug
-
-#    model和风meterpoint 去掉最后两个字段
-#                        windpowerinfoday 去掉test1
-

+ 0 - 66
histroy/analysis-histroy-hb/target/classes/application-test.yml

@@ -1,66 +0,0 @@
-server:
-  port: 8092
-  servlet:
-    context-path: /
-
-
-spring:
-  main:
-    allow-bean-definition-overriding: true #当遇到同样名字的时候,是否允许覆盖注册
-
-  autoconfigure:
-    exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
-  datasource:
-    type: com.alibaba.druid.pool.DruidDataSource
-    driver-class-name: oracle.jdbc.OracleDriver
-    #外网
-    url: jdbc:oracle:thin:@10.83.68.165:1521:gdsj
-#    url: jdbc:oracle:thin:@192.168.2.215:1521:gdsj
-    username: gdprod
-    password: gd123
-    oracle-schema=:
-    #    type: com.alibaba.druid.pool.DruidDataSource
-    #    url: jdbc:mysql://127.0.0.1:3306/test?characterEncoding=utf8&serverTimezone=UTC
-    #    username: root
-    #    password: root
-    #    driver-class-name: com.mysql.jdbc.Driver
-    druid:
-      max-active: 20
-      initial-size: 1
-      min-idle: 3
-      max-wait: 60000
-      time-between-eviction-runs-millis: 60000
-      min-evictable-idle-time-millis: 300000
-      test-while-idle: true
-      test-on-borrow: false
-      test-on-return: false
-  servlet:
-    multipart:
-      # 开启 multipart 上传功能
-      enabled: true
-      # 文件写入磁盘的阈值
-      file-size-threshold: 2KB
-      # 最大文件大小
-      max-file-size: 200MB
-      # 最大请求大小
-      max-request-size: 215MB
-
-mybatis-plus:
-  configuration:
-    map-underscore-to-camel-case: true
-    auto-mapping-behavior: full
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-  mapper-locations: classpath*:mapper/**/*Mapper.xml
-  global-config:
-    # 逻辑删除配置
-    db-config:
-      id-type: auto
-      # 删除前
-      logic-not-delete-value: 1
-      # 删除后
-      logic-delete-value: 0
-logging:
-  level:
-    root: info
-    com.example: debug
-

+ 0 - 5
histroy/analysis-histroy-hb/target/classes/application.yml

@@ -1,5 +0,0 @@
-spring:
-  profiles:
-#    active: hf
-#    active: dev
-    active: test

BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/AnalysisMain.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/GeneratorCodeConfig.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/MybatisPlusConfig.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/R.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/ResultCode.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/ResultInfo.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/config/Status.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/contant/OpeContant.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysismainController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubcompanyController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubprojectpvcanController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubprojectpvcannotController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubprojectwindcanController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubprojectwindcannotController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubstationpvController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubstationwindController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/Analysissubtablebottom1Controller.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysissubtablebottomController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/AnalysiswindtargetController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/InputoroutputspeedtotalController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/MeterpointController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/MeterpointvalueController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/ProjectController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/ProjectplanController.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/Shutdownevent2Controller.class


BIN
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/Windpowerinfoday3Controller.class


+ 0 - 0
histroy/analysis-histroy-hb/target/classes/com/gyee/analysis/controller/WindpowerinfodayController.class


Some files were not shown because too many files changed in this diff