misc-server-dev.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. spring:
  2. sleuth:
  3. sampler:
  4. percentage: 1.0
  5. hystrix:
  6. strategy:
  7. enabled: false
  8. datasource:
  9. url: jdbc:mysql://192.168.1.201:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8
  10. username: root
  11. password: Cs123456
  12. max-idle: 10
  13. max-wait: 10000
  14. min-idle: 5
  15. initial-size: 5
  16. validation-query: SELECT 1
  17. test-on-borrow: false
  18. test-while-idle: true
  19. time-between-eviction-runs-millis: 18800
  20. jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=0)
  21. #mybatis-plus
  22. mybatis-plus:
  23. mapper-locations: classpath*:/mapper/**/*.xml
  24. #实体扫描,多个package用逗号或者分号分隔
  25. typeAliasesPackage: ins.platform.po
  26. #typeEnumsPackage: com.baomidou.springboot.entity.enums
  27. global-config:
  28. # 数据库相关配置
  29. db-config:
  30. #主键类型 AUTO:"数据库ID自增", INPUT:"用户输入ID",ID_WORKER:"全局唯一ID (数字类型唯一ID)", UUID:"全局唯一ID UUID";
  31. id-type: id_worker
  32. #字段策略 IGNORED:"忽略判断",NOT_NULL:"非 NULL 判断"),NOT_EMPTY:"非空判断"
  33. field-strategy: not_empty
  34. #驼峰下划线转换
  35. column-underline: true
  36. #数据库大写下划线转换
  37. #capital-mode: true
  38. #逻辑删除配置
  39. logic-delete-value: 0
  40. logic-not-delete-value: 1
  41. db-type: h2
  42. #刷新mapper 调试神器
  43. refresh: true
  44. #工作流
  45. bpm:
  46. rule: WorkOrderNodeRule
  47. server:
  48. port: 18020
  49. address:
  50. record: /home/record/
  51. saa:
  52. power: false
  53. basePackage: ins/**/po
  54. #aodFeed:
  55. # base-url: http://172.42.3.34:9001
  56. # token: abc
  57. logging:
  58. level: debug
  59. mail:
  60. server: smtp.qq.com
  61. sender: 247614188@qq.com
  62. nickname: 中科软科技
  63. username: 247614188@qq.com
  64. password: csdudyxumxnkbhag
  65. tisson:
  66. account: 'hb@test1'
  67. password: 'hbtest114'
  68. area: '0755'
  69. sendnumber: '118114'