Tag: spring boot 2.3.0

  • How to dockerize Spring Boot app the version 2.3.0 way?

    Spring Boot released its latest version 2.3.0 two days back (15 May 2020). One major feature provided by this release is creating docker images of a spring boot app in a much more efficient way. Prior to this , if you were to dockerize your spring boot app you need to take the jar generated…