You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

application.yml 1.2 kB

3 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. server:
  2. port: 8084
  3. servlet:
  4. session:
  5. cookie:
  6. name: local-portal
  7. max-age: 3600
  8. timeout: 3600
  9. spring:
  10. thymeleaf:
  11. prefix: classpath:/templates/
  12. cache: false
  13. mode: LEGACYHTML5 # 用非严格的 HTML
  14. encoding: UTF-8
  15. servlet:
  16. content-type: text/html
  17. http:
  18. # 设置编码
  19. encoding:
  20. force: true
  21. charset: UTF-8
  22. enabled: true
  23. devtools:
  24. restart:
  25. enabled: true #热部署生效
  26. application:
  27. name: stonedt-portal
  28. datasource:
  29. druid:
  30. driver-class-name: com.mysql.cj.jdbc.Driver
  31. url: jdbc:mysql://localhost:3306/stonedt_portal?useUnicode=true&characterEncoding=utf8&autoReconnect=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai&useSSL=false
  32. username: root
  33. password: 123456
  34. redis:
  35. database: 0
  36. host: localhost
  37. port: 6379
  38. max-active: 10000
  39. max-idle: 10
  40. max-wait: 100000
  41. timeout: 100000
  42. mybatis:
  43. type-aliases-package: com.stonedt.intelligence.entity
  44. mapper-locations: classpath:mapper/*.xml
  45. logging:
  46. level:
  47. com.stonedt.intelligence.dao : debug

一款开源免费的舆情系统。 支持本地化部署,支持在线体验。 支持对海量舆情数据分析和挖掘。