Question
Spring Boot or Jersey with Guice
I’m writing a RESTful API in Java and would like to know what the benefits of using Spring Boot over Jersey/Guice with an embedded server would be?
I’ll be connecting to a database (MSSQL) and also to other REST applications, additionally will be adding a token-based auth service.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×