Features of Spring boot 2.0
Spring Boot is a rapid application development framework designed to simplify the development of stand-alone, production-grade, Spring-framework-based apps that run with little Spring configuration. Spring Boot is "opinionated" out of the box, so it ...
hashnode.com
David Domingo
Software Engineer with a frontend background
I recently tried creating a new 2.0 SpringBoot Application with a 1.5 SpringBoot Application jar as a dependency and could not get it to work. I had to end up going back to 1.5.
Does anyone have any suggestions for retro compatibility?