修改代理 IP 获取设置,新增 GeoLite 本地归属地查询,修正 devtools 配置导致 ByteBuddy 重定义方法类
ClassLoader 不一致,进一步导致重定义方法内无法获取到自定义规则的问题
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
logging.level:
|
||||
'[quant.rich]': debug
|
||||
'[org.springframework.security]': info
|
||||
'[org.springframework.boot.devtools.restart]': debug
|
||||
|
||||
spring:
|
||||
cache:
|
||||
@@ -17,7 +18,9 @@ spring:
|
||||
use-key-prefix: true
|
||||
devtools:
|
||||
restart:
|
||||
enabled: true
|
||||
additional-exclude: '**/*.html'
|
||||
additional-paths: lib/
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: Asia/Shanghai
|
||||
|
||||
Reference in New Issue
Block a user