citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.97k stars 1.47k forks source link

Upgrade spring-boot to version 2.0.1 #30

Closed mdeinum closed 5 years ago

mdeinum commented 6 years ago

This commit upgrades the Spring Boot version to the 2.0.1.RELEASE including all the updates with the referenced libraries. Like Hibernate 5 and a newer connection pool.

As Spring Boot 2 doesn't support log4j (the 1.x version) anymore we replaced logging (where needed) with the SLF4J API.