|
|
@@ -5,14 +5,14 @@ spring:
|
|
|
mvc:
|
|
|
static-path-pattern: /image/**
|
|
|
resources:
|
|
|
- static-locations: file:/data/image/,file:/data/image/
|
|
|
+ static-locations: file:/data/fqgz/image/,file:/data/fqgz/image/
|
|
|
datasource:
|
|
|
druid:
|
|
|
db-type: com.alibaba.druid.pool.DruidDataSource
|
|
|
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
|
|
- url: jdbc:log4jdbc:mysql://127.0.0.1:3306/ntgzc?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&autoReconnect=true&failOverReadOnly=false
|
|
|
+ url: jdbc:log4jdbc:mysql://127.0.0.1:3306/eladmin?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&autoReconnect=true&failOverReadOnly=false
|
|
|
username: root
|
|
|
- password: ntfqgz123!
|
|
|
+ password: '!@#$1234qwer'
|
|
|
# 初始连接数
|
|
|
initial-size: 5
|
|
|
# 最小连接数
|
|
|
@@ -59,7 +59,7 @@ spring:
|
|
|
database: 0
|
|
|
host: 127.0.0.1
|
|
|
port: 6379
|
|
|
- password: 123qysd!@#
|
|
|
+ #password: 123qysd!@#
|
|
|
#连接超时时间
|
|
|
timeout: 5000
|
|
|
# 登录相关配置
|
|
|
@@ -143,8 +143,8 @@ file:
|
|
|
path: ~/file/
|
|
|
avatar: ~/avatar/
|
|
|
linux:
|
|
|
- path: /home/eladmin/file/
|
|
|
- avatar: /home/eladmin/avatar/
|
|
|
+ path: /data/fqgz/file/
|
|
|
+ avatar: /data/fqgz/avatar/
|
|
|
windows:
|
|
|
path: C:\eladmin\file\
|
|
|
avatar: C:\eladmin\avatar\
|
|
|
@@ -158,17 +158,17 @@ app:
|
|
|
image:
|
|
|
url: https://fqgz.banknotary.cn:8000/image/
|
|
|
upload:
|
|
|
- path: /image/
|
|
|
+ path: /data/image/
|
|
|
host:
|
|
|
domain: https://fqgz.banknotary.cn:8000/
|
|
|
push:
|
|
|
port: 8089
|
|
|
minio:
|
|
|
- accesskey: admin
|
|
|
- secretkey: nt123!jf
|
|
|
- url: http://127.0.0.1:9000
|
|
|
- bucketName: fqgz
|
|
|
- preview: https://fqgz.banknotary.cn:8000
|
|
|
+ accesskey: minioadmin
|
|
|
+ secretkey: minioadmin
|
|
|
+ url: http://124.222.192.60:9000
|
|
|
+ bucketName: mytest
|
|
|
+ preview: https://flowbb.show.xjrkj.com
|
|
|
tencent:
|
|
|
client:
|
|
|
webankAppId: TIDAdW8e
|
|
|
@@ -189,5 +189,5 @@ xxl:
|
|
|
address:
|
|
|
ip:
|
|
|
port: 9999
|
|
|
- logpath: ./xxl-job/
|
|
|
+ logpath: ../logs/xxl-job/
|
|
|
logretentiondays: 30
|