Commit 3b73b319 by 吴迪

【修改】显示或隐藏了解更多按钮

parent fb76f57a
spring:
redis:
open: true # 是否开启redis缓存 true开启 false关闭
database: 0
#host: 81.68.189.225
host: 127.0.0.1
port: 6379
#password: J0UjwnsIVDr7pSeU # 密码(默认为空)
password:
timeout: 6000ms # 连接超时时长(毫秒)
jedis:
pool:
max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
max-idle: 10 # 连接池中的最大空闲连接
min-idle: 5 # 连接池中的最小空闲连接
datasource:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://118.190.181.128:51433;DatabaseName=gs108
username: sa
password: 1234.abcd
initial-size: 10
max-active: 100
min-idle: 10
max-wait: 60000
pool-prepared-statements: true
max-pool-prepared-statement-per-connection-size: 20
time-between-eviction-runs-millis: 60000
min-evictable-idle-time-millis: 300000
#Oracle需要打开注释
#validation-query: SELECT 1 FROM DUAL
test-while-idle: true
test-on-borrow: false
test-on-return: false
stat-view-servlet:
enabled: true
url-pattern: /druid/*
#login-username: admin
#login-password: admin
filter:
stat:
log-slow-sql: true
slow-sql-millis: 1000
merge-sql: false
wall:
config:
multi-statement-allow: true
dynamic:
datasource:
slave1:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://118.190.181.128:51433;DatabaseName=gs108
username: sa
password: 1234.abcd
slave2:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://118.190.181.128:51433;DatabaseName=gs108
username: sa
password: 1234.abcd
##多数据源的配置
#dynamic:
# datasource:
# slave1:
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
# url: jdbc:sqlserver://localhost:1433;DatabaseName=renren_security
# username: sa
# password: 123456
# slave2:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/renren_security
# username: renren
server:
port: 9091
# password: 123456
#自定义文件上传路径
request:
upload:
file:
prefix: uploadFileResource
file:
save:
path: /uploadFileResource/
request:
prefix: http://81.68.189.225:9091/office/uploadFileResource/
ueditorSavePath: /uploadFileResource/
prefix_host: http://81.68.189.225:9091/office/
#uploadFileQY: C:\upload_img\firm_archives_file\ #/第二步,电子表格上传路径(企业认证)
uploadFileQY: /uploadFileResource/upload_img/firm_archives_file/ #/第二步,电子表格上传路径(企业认证)
#uploadFileQYOne: C:\upload_img\firmBusinessLicenseFile\ #第一步,营业执照上传路径(企业认证)
uploadFileQYOne: /uploadFileResource/upload_img/firmBusinessLicenseFile/ #第一步,营业执照上传路径(企业认证)
#是否开启查询限制 1 打开 0关闭
searchLimitSwitch: 1
#是否开启每次查询次数限制 1 打开 0关闭
searchDayLimitSwitch: 1
#查询次数限制上限
searchDayCountLimitSwitch: 10
#域名
gs1:
domain: http://81.68.189.225:8080
#map注入
directory:
replaceMap:
"news/article.aspx": News/msg
"News/article.aspx": News/msg
"news/article_admin.aspx": News/msg
"News/VideoDetails.aspx": News/msgVideo
"/Org/Intro.aspx": /Org/Intro
"News/PicNews.aspx": News/msg
"service/notice/article.aspx": News/NoticeArticle
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment