统计治理下游填报系统 目前只有养老机构
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

application-prod.yaml 2.2 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. smtweb:
  2. machine-id: 1
  3. enable-job: true
  4. file:
  5. #此配置用于系统底层附件上传方法配置,适用于本机上传,必须files/结尾
  6. local-path: /jujia_git/files/
  7. # url: ${smtweb.file.host}:${server.port}${server.servlet.context-path}/${smtweb.file.local-path}
  8. url: 'http://127.0.0.1:8888/files/'
  9. #访问路径,需/结尾
  10. attach-http-path: 'http://bjjt.jujiatech.cn/files/'
  11. #此配置原则上可以和local-path一致,可本机路径可ftp附件路径,需/结尾
  12. attach-path: /jujia_git/files/
  13. #临时文件路径,需/结尾
  14. attach-temp-path: /jujia_git/tempFile/
  15. #附件上传方式 sftp/ftp/local
  16. attach-type: local
  17. #ftp IP地址
  18. attach-ftp-ip:
  19. #ftp 端口
  20. attach-ftp-port: 0
  21. #ftp 用户名
  22. attach-ftp-user:
  23. #ftp 密码
  24. attach-ftp-pwd:
  25. bpm:
  26. debug: true
  27. code-java-path: 'G:\jjkj\java\lrjx'
  28. mode: 1
  29. db:
  30. type: mysql
  31. # 人大金仓
  32. #type: kbsql
  33. schema: public
  34. default:
  35. rule:
  36. prefix: _smt_
  37. replace: smt_
  38. server:
  39. # 正式
  40. port: 8236
  41. #测试
  42. #port: 8889
  43. servlet:
  44. context-path: /lrjx
  45. logging:
  46. level:
  47. root: INFO
  48. cc.smtweb: DEBUG
  49. spring:
  50. redis:
  51. host: 127.0.0.1
  52. port: 6379
  53. password:
  54. database: 0
  55. datasource:
  56. # 测试
  57. driver-class-name: com.mysql.cj.jdbc.Driver
  58. # url: jdbc:mysql://172.28.123.145:4418/lrjx?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
  59. # url: jdbc:mysql://139.9.38.43:6032/lrjx?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
  60. # url: jdbc:mysql://139.9.38.43:4408/lrjx?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
  61. # url: jdbc:mysql://127.0.0.1:4408/lrjx?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
  62. url: jdbc:mysql://192.168.110.210:4418/mztb?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
  63. username: root
  64. password: Ncmz@2022_jjkj
  65. servlet:
  66. multipart:
  67. max-file-size: 104857600000
  68. max-request-size: 10485760000000
  69. cache:
  70. type: caffeine
  71. cache-names:
  72. - core
  73. - bpm
  74. caffeine:
  75. spec: maximumSize=1024,expireAfterWrite=2h