Tagged “Spring Boot starters”

Spring Boot - Changing and configuring default embedded server

16 Feb, 2017

Spring Boot supports Tomcat, Undetow and Jetty as embedded servers. Now, we will change and/ or configure the default embedded server and common properties to all the available servers.

Tags:

Spring Boot - Spring Data JPA with embedded database

07 Mar, 2017

We will create a Restful web-services which will use JPA to persist the data in the embedded database(h2).

Tags:

See all tags.