Spring Boot App
I am studying https://docs.spring.io/spring-boot/docs/current/reference/html/ and https://www.mkyong.com/spring-boot/ now...
Spring Boot is Spring's "convention-over-configuration" solution for creating stand-alone, production-grade Spring-based Applications that you can "just run".
It is preconfigured with the Spring's "opinionated view" of the best configuration and use of the Spring platform and third-party libraries so you can get started with minimum fuss.
Most Spring Boot applications need very little Spring configuration...
See more at:
No comments:
Post a Comment