统计治理下游填报系统 目前只有养老机构
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

73 rindas
2.0 KiB

  1. smtweb:
  2. machine-id: 1
  3. enable-job: false
  4. file:
  5. #此配置用于系统底层附件上传方法配置,适用于本机上传,必须files/结尾
  6. local-path: D:/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: D:/jujia_git/files/
  13. #临时文件路径,需/结尾
  14. attach-temp-path: D:/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: 'C:\Users\65224\Desktop\mztb-parent'
  28. mode: 1
  29. db:
  30. type: mysql
  31. schema: mztb
  32. default:
  33. rule:
  34. prefix: _smt_
  35. replace: smt_
  36. server:
  37. port: 38888
  38. servlet:
  39. context-path: /test/
  40. logging:
  41. level:
  42. root: INFO
  43. cc.smtweb: DEBUG
  44. spring:
  45. redis:
  46. host: 127.0.0.1
  47. port: 6379
  48. password:
  49. database: 0
  50. datasource:
  51. driver-class-name: com.mysql.cj.jdbc.Driver
  52. url: jdbc:mysql://192.168.110.210:4418/mztb?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
  53. # url: jdbc:mysql://139.9.38.43:4408/lrjx?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
  54. # url: jdbc:mysql://192.168.110.100/lrjx?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
  55. username: root
  56. # password: Jujia_@)@!0427
  57. password: Ncmz@2022_jjkj
  58. # password: root
  59. servlet:
  60. multipart:
  61. max-file-size: 104857600000
  62. max-request-size: 10485760000000
  63. cache:
  64. type: caffeine
  65. cache-names:
  66. - core
  67. - bpm
  68. caffeine:
  69. spec: maximumSize=1024,expireAfterWrite=2h