News

Mockito 2.x can now be used with @MockBean (compatibility with Mockito 1.9 remains). The embedded launch script now supports a force-stop. A new health check for Cassandra has been added. Cassandra ...
These projects are used to build the solace-spring-boot repository. They should not be used in your actual application. solace-spring-boot-build This POM defines build-related plugins and profiles ...
Setting up Spring and React. There are several ways to go about setting up React and Spring together. Often, the most useful approach is to have two separate, full-fledged projects, each with its ...
Spring Boot stores the MySQL JDBC URL in its application.properties file. Use Spring Web to create a REST API that exposes Spring JPA CRUD operations. Test the RESTful endpoints with OpenAPI and ...
Spring Boot 1.4 ships with a new spring-boot-test module that contains a completely reorganized org.springframework.boot.test package. When upgrading a Spring Boot 1.3 application you should migrate ...