Glide FileNotFoundException: No content provider when loading images from internet

后端 未结 3 812
无人及你
无人及你 2021-02-19 03:14

I made my own rest api and now it just has endpoint where I show some images. Here how it looks in spring boot application

@GetMapping(\"/image/{name:.+}\")
             


        
3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-19 04:11

    Add to gradle annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'

提交回复
热议问题