application-jn.yml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. server:
  2. port: 6060
  3. servlet:
  4. context-path: /
  5. spring:
  6. application:
  7. name: run-economy
  8. main:
  9. allow-bean-definition-overriding: true #当遇到同样名字的时候,是否允许覆盖注册
  10. # cloud:
  11. # nacos:
  12. # discovery:
  13. # server-addr: 10.81.3.155:8848
  14. # #指定yaml格式的配置
  15. # file-extension: yaml
  16. # cluster-name: master
  17. # username: nacos
  18. # password: nacos
  19. #redis集群
  20. redis:
  21. #host: 127.0.0.1
  22. host: 10.81.3.155
  23. port: 6379
  24. timeout: 100000
  25. # 集群环境打开下面注释,单机不需要打开
  26. # cluster:
  27. # #集群信息
  28. # nodes: 10.83.68.151:6379,10.83.68.152:6379,10.83.68.153:6379,10.83.68.154:6379,10.83.68.155:6379,10.83.68.156:6379,10.83.68.157:6379,10.83.68.158:6379,10.83.68.159:6379
  29. # #默认值是5 一般当此值设置过大时,容易报:Too many Cluster redirections
  30. # maxRedirects: 3
  31. password:
  32. application:
  33. name: test
  34. jedis:
  35. pool:
  36. max-active: 8
  37. min-idle: 0
  38. max-idle: 8
  39. max-wait: -1
  40. database: 9
  41. autoconfigure:
  42. exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
  43. datasource:
  44. type: com.alibaba.druid.pool.DruidDataSource
  45. driver-class-name: org.postgresql.Driver
  46. url: jdbc:postgresql://10.81.3.151:5432/IMS_NEM_JN
  47. username: postgres
  48. password: postgres
  49. oracle-schema=:
  50. druid:
  51. max-active: 20
  52. initial-size: 1
  53. min-idle: 3
  54. max-wait: 60000
  55. time-between-eviction-runs-millis: 60000
  56. min-evictable-idle-time-millis: 300000
  57. test-while-idle: true
  58. test-on-borrow: false
  59. test-on-return: false
  60. servlet:
  61. multipart:
  62. # 开启 multipart 上传功能
  63. enabled: true
  64. # 文件写入磁盘的阈值
  65. file-size-threshold: 2KB
  66. # 最大文件大小
  67. max-file-size: 200MB
  68. # 最大请求大小
  69. max-request-size: 215MB
  70. mybatis-plus:
  71. configuration:
  72. map-underscore-to-camel-case: true
  73. auto-mapping-behavior: full
  74. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  75. default-enum-type-handler: org.apache.ibatis.type.EnumOrdinalTypeHandler
  76. mapper-locations: classpath*:mapper/**/*Mapper.xml
  77. global-config:
  78. # 逻辑删除配置
  79. db-config:
  80. #id-type: auto
  81. # 删除前
  82. logic-not-delete-value: 1
  83. # 删除后
  84. logic-delete-value: 0
  85. #table-prefix: t_
  86. id-type: assign_uuid
  87. #配置类型别名对应的包
  88. type-aliases-package: com.gyee.runeconomy.model.auto
  89. #用于扫描通用枚举包
  90. type-enums-package: com.gyee.runeconomy.config
  91. logging:
  92. level:
  93. root: info
  94. com.example: debug
  95. initialcode: INITIAL
  96. db:
  97. URL1: http://10.81.3.152:8098/ts
  98. URL2: http://10.81.3.152:8099/ts