ludc
2024-09-06 7b3d5fb08fdbd2ce574c3b9ab666c8c7082be728
Source/plt-web/plt-web-parent/plt-web/src/main/resources/application-dev.yml
@@ -6,7 +6,7 @@
  private-token-key: vciweb20210212
###tomcat相关的配置
server:
  port: 12000
  port: 12005
  servlet:
    context-path: /web
  tomcat:
@@ -38,11 +38,11 @@
spring:
  # redis配置
  redis:  ###### redis 配置
    enabled: false  #true,启用redi,false不启用,默认false,配置文件没有这些默认不启用redis
    host: vciserver  # ip地址
    database: 0  # redis数据库  0-15
    enabled: true  #true,启用redi,false不启用,默认false,配置文件没有这些默认不启用redis
    host: localhost  # ip地址
    database: 2  # redis数据库  0-15
    port: 6379  # 端口号
    password: vcitest # 无密码不填
    password: foobared # 无密码不填
    timeout: 30000s   # 连接超时时间 (默认1天)
    lettuce:
      shutdown-timeout: 100ms # 关闭超时时间 默认 100ms
@@ -73,9 +73,16 @@
##web配置
vciweb:
    debug: true
file-preview:
  enabled: true
  preview-service-url: "http://dev.yunkeruida.top:28090/vciFilePreview/ajaxPreview.html"
  preview-system-key: plt2020
vcispringmvc:
  enabled: true
  #不校验安全的链接地址
  un-check-urls:
  #不更新请求时间的链接地址
  un-storage-request-time-urls: