Skip to content Skip to sidebar Skip to footer
Showing posts with the label Spring

Send Image File Via Retrofit From Android To Spring

I am trying to upload Image via Retrofit to S3 via Spring. So, it's basically 2 tasks. Pass Im… Read more Send Image File Via Retrofit From Android To Spring

Jsonview In Spring + Kotlin

Server returns empty json with JsonView: [ { }, { } ] I use only Jackson2ObjectMapperBuilder bean … Read more Jsonview In Spring + Kotlin

Localhost Vs 127.0.0.1 In Spring Framework

I am attempting to connect a spring rest service to a client which is an android device. I have fol… Read more Localhost Vs 127.0.0.1 In Spring Framework