application.yaml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. gyee:
  2. # golden实时适配器的url
  3. golden-url: http://18.6.30.63:8011
  4. # 报警url
  5. alert-url: http://18.6.30.53:8075
  6. # 样本数据统计开始时间
  7. init-time: 2022-01-01 00:00:00
  8. # 故障样本数据导入模板路径
  9. template-path-window: D://java//kudu//template/
  10. template-path-linux: /home/gyee/fault_digonsis/services/template/
  11. # kudu的host
  12. kudu-host: 18.6.30.73:21050
  13. # 故障诊断脚本路径
  14. diagnose-path-window: D://test//
  15. diagnose-path-linux: /home/gyee/fault_digonsis/scripts/
  16. # 故障诊断保存数据文件的位置
  17. diagnose-file-window: D://test//
  18. diagnose-file-linux: /home/gyee/fault_digonsis/data/
  19. # 报警规则是否加密
  20. rule-encryption: false
  21. host-url: http://18.6.30.66:8520
  22. server:
  23. port: 9002
  24. servlet:
  25. encoding:
  26. charset: utf-8
  27. force: true
  28. enabled: true
  29. max-http-header-size: 4048576
  30. spring:
  31. servlet:
  32. multipart:
  33. max-file-size: 2048MB
  34. max-request-size: 2048MB
  35. main:
  36. allow-bean-definition-overriding: false #当遇到同样名字的时候,是否允许覆盖注册
  37. autoconfigure:
  38. exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
  39. datasource:
  40. type: com.alibaba.druid.pool.DruidDataSource
  41. druid:
  42. #kudu数据库
  43. master:
  44. driver-class-name: com.cloudera.impala.jdbc41.Driver
  45. jdbc-url: jdbc:impala://18.6.30.73:21050/gyee_sample_kudu
  46. #一区postgresql数据库
  47. slave:
  48. jdbc-url: jdbc:postgresql://18.6.30.71:5432/wisdom_cs
  49. username: postgres
  50. password: gdnxfd123
  51. driver-class-name: org.postgresql.Driver
  52. # 初始化大小,最小,最大
  53. initial-size: 1
  54. min-idle: 1
  55. max-active: 3
  56. max-wait: 60000
  57. # 每次使用连接时进行校验,会影响系统性能。默认为false
  58. test-on-borrow: false
  59. test-on-return: false
  60. # 验证使用的SQL语句
  61. validation-query: SELECT 1
  62. # 指明连接是否被空闲连接回收器(如果有)进行检验.如果检测失败,则连接将被从池中去除
  63. while: true
  64. # 每30秒运行一次空闲连接回收器(默认-1)
  65. time-between-eviction-runs-millis: 60000
  66. # 池中的连接空闲30分钟后被回收(默认30分钟)
  67. min-evictable-idle-time-millis: 1800000
  68. ####################三区大数据服务器 SFTP hive 配置####################
  69. hiveconfig:
  70. protocols: sftp
  71. host: 18.6.30.70
  72. port: 22
  73. username: root
  74. password: Admin@2019
  75. path: /home/gyee/kudu/dataprocess/
  76. driver: org.apache.hive.jdbc.HiveDriver
  77. url: jdbc:hive2://18.6.30.71:10000/default
  78. ####################三区大数据服务器 SFTP EXEC 配置####################
  79. ####################Mybatis Plus配置####################
  80. mybatis-plus:
  81. configuration:
  82. map-underscore-to-camel-case: true # 数据库下划线自动转驼峰标示关闭
  83. ####################Mybatis Plus配置####################
  84. logging:
  85. level:
  86. root: info
  87. com.example: debug
  88. file:
  89. path: ./logs
  90. ## 运行jar之前需要先运行:source activate tensorflow-gpu