mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-19 15:08:39 +00:00
file.Dir变为选配置添加其默认值
This commit is contained in:
@@ -30,8 +30,7 @@ public class FileUtils {
|
||||
@Autowired
|
||||
CacheService cacheService;
|
||||
|
||||
@Value("${file.dir}")
|
||||
String fileDir;
|
||||
String fileDir = ConfigConstants.getFileDir();
|
||||
|
||||
@Value("${converted.file.charset}")
|
||||
String charset;
|
||||
|
||||
Reference in New Issue
Block a user