增加第二个数据库用于存放缓存相关数据;移除部分残留代码;规范化Request方法,更新UA;优化部分代码;
This commit is contained in:
Binary file not shown.
@@ -6,9 +6,12 @@ server:
|
||||
enabled: true
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
datasource-main:
|
||||
driver-class-name: org.sqlite.JDBC
|
||||
url: jdbc:sqlite:/root/LionWebsite/LionWebsite.db
|
||||
jdbc-url: jdbc:sqlite:/root/LionWebsite/LionWebsite.db
|
||||
datasource-cache:
|
||||
driver-class-name: org.sqlite.JDBC
|
||||
jdbc-url: jdbc:sqlite:/root/LionWebsite/cache.db
|
||||
mvc:
|
||||
view:
|
||||
prefix: /resources/templates/
|
||||
@@ -21,8 +24,6 @@ spring:
|
||||
max-request-size: 10000MB
|
||||
enabled: true
|
||||
|
||||
mybatis:
|
||||
type-aliases-package: com.lion.lionwebsite.Dao
|
||||
|
||||
personal-service:
|
||||
StoragePath: /storage/
|
||||
@@ -35,7 +36,6 @@ remote-service:
|
||||
ip: 5.255.110.45
|
||||
|
||||
local-service:
|
||||
fires: https://api.dler.io/sub?target=clash&new_name=true&url=https%3A%2F%2Ffast.losadhwselfff2332dasd.xyz%2Flink%2Fz0pfwyTvC5naXkbb%3Fclash%3D1&insert=false&config=https%3A%2F%2Fraw.githubusercontent.com%2FACL4SSR%2FACL4SSR%2Fmaster%2FClash%2Fconfig%2FACL4SSR_Online.ini
|
||||
DouNaiClash: https://aaaa.gay/link/X7zEqkIx5gtIGugO?client=clashmeta
|
||||
DouNaiV2ray: https://aaaa.gay/link/X7zEqkIx5gtIGugO?client=v2
|
||||
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user