quote

Results 6 comments of quote

`package com.config; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; @Configuration public class UploadFilePathConfig implements WebMvcConfigurer { // @Value("${file.staticAccessPath}") // private String staticAccessPath; // @Value("${file.uploadFolder}") // private String uploadFolder; @Override...

![image](https://user-images.githubusercontent.com/91245043/138205339-3e4d254d-3e61-461e-9da2-f246da8463eb.png)

> 当前的实现类用kotlin实现 当前的实现类用kotlin实现 确实是,有强迫症,adapter只能转成Kotlin了

> 有同样的问题 "com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.46" 使用这个版本就好了