spring.factories增加RemoteFileFallbackFactory

product
JuJu 2021-01-01 12:41:28 +08:00
parent 6d0b4f5d16
commit 199228f6cb
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.ruoyi.system.api.factory.RemoteUserFallbackFactory,\
com.ruoyi.system.api.factory.RemoteLogFallbackFactory
com.ruoyi.system.api.factory.RemoteLogFallbackFactory, \
com.ruoyi.system.api.factory.RemoteFileFallbackFactory