parent
b4a0a1c252
commit
f80f84a13b
261 changed files with 0 additions and 1191 deletions
@ -1,67 +0,0 @@ |
||||
{ |
||||
"groups": [ |
||||
{ |
||||
"name": "file", |
||||
"type": "com.huoran.iasf.common.config.FileUploadProperties", |
||||
"sourceType": "com.huoran.iasf.common.config.FileUploadProperties" |
||||
}, |
||||
{ |
||||
"name": "rsa.encrypt", |
||||
"type": "com.huoran.iasf.common.config.SecretKeyConfig", |
||||
"sourceType": "com.huoran.iasf.common.config.SecretKeyConfig" |
||||
} |
||||
], |
||||
"properties": [ |
||||
{ |
||||
"name": "file.ip", |
||||
"type": "java.lang.String", |
||||
"sourceType": "com.huoran.iasf.common.config.FileUploadProperties" |
||||
}, |
||||
{ |
||||
"name": "file.path", |
||||
"type": "java.lang.String", |
||||
"sourceType": "com.huoran.iasf.common.config.FileUploadProperties" |
||||
}, |
||||
{ |
||||
"name": "file.url", |
||||
"type": "java.lang.String", |
||||
"sourceType": "com.huoran.iasf.common.config.FileUploadProperties" |
||||
}, |
||||
{ |
||||
"name": "rsa.encrypt.charset", |
||||
"type": "java.lang.String", |
||||
"sourceType": "com.huoran.iasf.common.config.SecretKeyConfig", |
||||
"defaultValue": "UTF-8" |
||||
}, |
||||
{ |
||||
"name": "rsa.encrypt.open", |
||||
"type": "java.lang.Boolean", |
||||
"sourceType": "com.huoran.iasf.common.config.SecretKeyConfig", |
||||
"defaultValue": true |
||||
}, |
||||
{ |
||||
"name": "rsa.encrypt.private-key", |
||||
"type": "java.lang.String", |
||||
"sourceType": "com.huoran.iasf.common.config.SecretKeyConfig" |
||||
}, |
||||
{ |
||||
"name": "rsa.encrypt.public-key", |
||||
"type": "java.lang.String", |
||||
"sourceType": "com.huoran.iasf.common.config.SecretKeyConfig" |
||||
}, |
||||
{ |
||||
"name": "rsa.encrypt.show-log", |
||||
"type": "java.lang.Boolean", |
||||
"sourceType": "com.huoran.iasf.common.config.SecretKeyConfig", |
||||
"defaultValue": false |
||||
}, |
||||
{ |
||||
"name": "rsa.encrypt.timestamp-check", |
||||
"type": "java.lang.Boolean", |
||||
"description": "请求数据时间戳校验时间差 超过指定时间的数据认定为伪造", |
||||
"sourceType": "com.huoran.iasf.common.config.SecretKeyConfig", |
||||
"defaultValue": false |
||||
} |
||||
], |
||||
"hints": [] |
||||
} |
@ -1,46 +0,0 @@ |
||||
# 开发环境配置 |
||||
spring: |
||||
datasource: |
||||
dynamic: |
||||
primary: master #设置默认的数据源或者数据源组,默认值即为master |
||||
datasource: |
||||
master: |
||||
username: root |
||||
password: 123456 |
||||
# password: iasf#2022 |
||||
# password: HuoRan@2021 |
||||
driver-class-name: com.mysql.cj.jdbc.Driver |
||||
# url: jdbc:mysql://127.0.0.1:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8 |
||||
url: jdbc:mysql://192.168.31.136:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8 |
||||
# url: jdbc:mysql://139.9.47.170:3306/iasf?serverTimezone=GMT%2B8 |
||||
cache: |
||||
type: redis |
||||
redis: |
||||
host: 127.0.0.1 # Redis服务器地址 |
||||
database: 0 # Redis数据库索引(默认为0) |
||||
port: 6379 # Redis服务器连接端口 |
||||
password: # Redis服务器连接密码(默认为空) |
||||
jedis: |
||||
pool: |
||||
max-active: 8 # 连接池最大连接数(使用负值表示没有限制) |
||||
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) |
||||
max-idle: 8 # 连接池中的最大空闲连接 |
||||
min-idle: 0 # 连接池中的最小空闲连接 |
||||
timeout: 3000ms # 连接超时时间(毫秒) |
||||
|
||||
singleServerConfig: |
||||
address: "redis://127.0.0.1:6379" |
||||
password: |
||||
|
||||
file: |
||||
#文件上传目录 绝对路径 末尾请加 / windows |
||||
path: C:/files/ |
||||
#文件预览url |
||||
url: /iasf/sysFiles/preview/ |
||||
# ip: http://10.10.11.7 |
||||
ip: https://new.iasf.ac.cn |
||||
#knife4j: |
||||
# production: true #生成环境禁用查看文档 |
||||
|
||||
#本地开启 |
||||
# url: :10000/iasf/sysFiles/preview/ |
@ -1,39 +0,0 @@ |
||||
# 生产环境配置 |
||||
spring: |
||||
datasource: |
||||
dynamic: |
||||
primary: master #设置默认的数据源或者数据源组,默认值即为master |
||||
datasource: |
||||
master: |
||||
username: root |
||||
password: HuoRan@2021 |
||||
driver-class-name: com.mysql.cj.jdbc.Driver |
||||
url: jdbc:mysql://139.9.47.170:3306/tmp_iasf?serverTimezone=GMT%2B8 |
||||
cache: |
||||
type: redis |
||||
redis: |
||||
host: 127.0.0.1 # Redis服务器地址 |
||||
database: 1 # Redis数据库索引(默认为0) |
||||
port: 6379 # Redis服务器连接端口 |
||||
password: HuoRan@2021 # Redis服务器连接密码(默认为空) |
||||
jedis: |
||||
pool: |
||||
max-active: 8 # 连接池最大连接数(使用负值表示没有限制) |
||||
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) |
||||
max-idle: 8 # 连接池中的最大空闲连接 |
||||
min-idle: 0 # 连接池中的最小空闲连接 |
||||
timeout: 3000ms # 连接超时时间(毫秒) |
||||
|
||||
singleServerConfig: |
||||
address: "redis://127.0.0.1:6379" |
||||
password: HuoRan@2021 |
||||
|
||||
file: |
||||
#文件上传目录 绝对路径 末尾请加 / linux |
||||
path: /usr/local/huoran/tmp_website/files/ |
||||
#文件预览url |
||||
url: /iasf/sysFiles/preview/ |
||||
ip: http://139.159.254.212 |
||||
|
||||
knife4j: |
||||
production: true #生成环境禁用查看文档 |
@ -1,30 +0,0 @@ |
||||
# 开发环境配置 |
||||
spring: |
||||
datasource: |
||||
dynamic: |
||||
primary: master #设置默认的数据源或者数据源组,默认值即为master |
||||
datasource: |
||||
master: |
||||
username: root |
||||
password: HuoRan@2021 |
||||
driver-class-name: com.mysql.cj.jdbc.Driver |
||||
url: jdbc:mysql://139.9.47.170:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8 |
||||
redis: |
||||
host: localhost # Redis服务器地址 |
||||
database: 0 # Redis数据库索引(默认为0) |
||||
port: 6379 # Redis服务器连接端口 |
||||
password: # Redis服务器连接密码(默认为空) |
||||
jedis: |
||||
pool: |
||||
max-active: 8 # 连接池最大连接数(使用负值表示没有限制) |
||||
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) |
||||
max-idle: 8 # 连接池中的最大空闲连接 |
||||
min-idle: 0 # 连接池中的最小空闲连接 |
||||
timeout: 3000ms # 连接超时时间(毫秒 |
||||
|
||||
file: |
||||
#文件上传目录 绝对路径 末尾请加 / |
||||
path: D:/files/ #windows |
||||
#path: /data/files/ #linux |
||||
#文件预览、下载的url, 末尾请勿加 / |
||||
url: :10000/iasf/sysFiles/preview/ |
@ -1,59 +0,0 @@ |
||||
# 端口 |
||||
server: |
||||
port: 10000 |
||||
servlet: |
||||
context-path: /iasf |
||||
|
||||
rsa: |
||||
encrypt: |
||||
timestampCheck: false #是否开启超过指定时间的数据认定为伪造 |
||||
open: true # 是否开启加密 true or false |
||||
showLog: true # 是否打印加解密log true or false |
||||
publicKey: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA08Nz0zscnWtddmaNylIPt9v5ZO6U6pYyGochRrbpI+ocwoyV4E1uUu3J9/mmR8pyMBcYzE5KkBytlaiLnd6dMqo4R60aihN/TqfuI/03LzgAS/egT/Q4VB9yZSyZCmJhrgTtSX5kxotAbewp0gqsWpi+6BUYDuiwJ0WNlhDVV4FOQIppmvHh0RqYDhjiPNAuy7fEtytT+IY4rxm6LggvmNtIq5k2oLbDxEeI1GOyFHT6sLGMkmBLmHu7JYcrlyUGyGWsxh8hVame1zQsScivrZu757BTGhN4xObTivIdAbR7uFeeX4lp0X1JNtIe9TwB/aZzKJjZMPXeV7BJ01g3MQIDAQAB |
||||
privateKey: MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDTw3PTOxyda112Zo3KUg+32/lk7pTqljIahyFGtukj6hzCjJXgTW5S7cn3+aZHynIwFxjMTkqQHK2VqIud3p0yqjhHrRqKE39Op+4j/TcvOABL96BP9DhUH3JlLJkKYmGuBO1JfmTGi0Bt7CnSCqxamL7oFRgO6LAnRY2WENVXgU5Aimma8eHRGpgOGOI80C7Lt8S3K1P4hjivGbouCC+Y20irmTagtsPER4jUY7IUdPqwsYySYEuYe7slhyuXJQbIZazGHyFVqZ7XNCxJyK+tm7vnsFMaE3jE5tOK8h0BtHu4V55fiWnRfUk20h71PAH9pnMomNkw9d5XsEnTWDcxAgMBAAECggEAUm5n3NbKycBsblV3ZkVRVwmq6A4zK6nxsP/fBS7YTCGqtlSRVvHtOxzTHNMyVgnJL00eWxEy1yxCqdolFvv8ByfZppUMmqkCSnT2L043OAs9mlS3M8hmUOC44AdfP3qSeXHziENKKTs1hlSC5v8+njmNPrxPVCZhw7fAaKT+1wOKE353QTNxacNua+dDx8zVO0xEznW+FKnYZ+ft2rHkiu1NkPRrWCpGHXZLXINT2FoQ7ECHkQUjD5IoRg2lvXNvjQPhs9BwnNsl3ODe/8PWbB0Lgtg9dLEmivyaNpTx/2Nl0QmFflIfp0rZs4SMnsJK56hQ8d5uhYbcpnn/gSbcAQKBgQD1gN/5oBxJAw2MVv3N8VcC/CWPHI4Er9vEVgrQSrO9QYBHSRX9/aoHmI4iK5opjHq6LYEt9JoGSdMPbRL2o16pkyZchuB/7Q5no9AD7iDSvvvt7qNqo2qkWpPA9pjodoWQaLAmC6M39ypNo3aSvrkuN11tOmU5bnaa94bofjoFcQKBgQDc0UgWiD0uTXSYCi1/GHCUuWi5X/HtsMS8Mz5SIln7x+X2rM0OECSQqYR4AGUZv81xh5mJetYDwJUvQXYGdaon8DP08VKD7uVEELF6SVf7woGVUSYxZdMss21cqksM3MXhyJ8QxO+eJSjGqwHf5AkB0KtMfnMKZqJIfXJsoVltwQKBgQDM3skJpSU1gIizznxqebWk1gn5zVhubNq2kx7fBxfLHXgRBNqHZEGZqSMjPMOfXI2mBAdC9FX8XWr1+o3SqC580EE5AY0i9A4LStZyESvu8lWGDpjsioaZtMSMSLz9cLqw8cvdU+TW9TmmJHz0pJggCy+50Ptb2+S6GUnJhlyg4QKBgDgiK4Uu1P60SfNsguxQNi5Yg7q8HTAjQ5/kFu+iM+XBh0AR5X6xs9niff5Te1/0VjGKGwnL5CPIDSSaK3qw5rSIZ2zY+/T2AeovpC5F/svNQkvG+UKNdAVlB2QLFlEKvnMLIQSOS6uUHq2CQ1O7EF8ZwLINYwk91fs/iJr82VMBAoGAEq3LN/LmOlB1OL6MaTTCEkvQq/wROt8poeLebycFcmZrsovR3MQKYuoY7IEjRw+ZvOauCJNM7mCpmeUVWAc3TPgWeQMzGALdb1X5u9xK8eq9WTutlSS/OSNGIYRJuSpO9efDdfoMHuR2Mleibs1yvxD4A2CXC10bSHE5huM07rY= |
||||
spring: |
||||
profiles: |
||||
active: dev |
||||
mvc: |
||||
throw-exception-if-no-handler-found: true |
||||
resources: |
||||
add-mappings: false |
||||
application: |
||||
name: iasf |
||||
jackson: |
||||
date-format: yyyy-MM-dd HH:mm:ss |
||||
time-zone: GMT+8 |
||||
# 解决API 成批分配问题 |
||||
serialization: |
||||
# 某些类对象无法序列化的时候,是否报错 |
||||
fail_on_empty_beans: true |
||||
deserialization: |
||||
# json对象中有不存在的属性时候,是否报错 |
||||
fail_on_unknown_properties: true |
||||
# 文件大小限制 |
||||
servlet: |
||||
multipart: |
||||
max-file-size: 100MB |
||||
max-request-size: 100MB |
||||
# redis token信息 |
||||
redis: |
||||
key: |
||||
prefix: |
||||
userToken: "user:token:" |
||||
passwordError: "user:password:error:" |
||||
permissionRefresh: "user:token:permissionRefresh:" |
||||
expire: |
||||
userToken: 86400 # 1天 7*24*3600 |
||||
passwordError: 360000 # 一个小时 |
||||
permissionRefresh: 86400 # 1天 7*24*3600 |
||||
allowMultipleLogin: true # 允许多处登陆 |
||||
|
||||
mybatis-plus: |
||||
configuration: |
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
||||
mapper-locations: classpath*:com/huoran/iasf/mapper/xml/*.xml |
||||
global-config: |
||||
db-config: |
||||
logic-delete-value: 0 |
||||
logic-not-delete-value: 1 |
||||
logic-delete-field: deleted |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue