Ratpack Integration with Spring Boot 1. Overview Previously, we have introduced Ratpack and its integration with Google Guice. In this quick article, we’ll show how Ratpack can be integrated with Spring Boot. 2. Maven Dependency Before we continue, let’s add the following dependency into our pom.xml: <dependency> <groupId>io.ratpack</groupId> <artifactId>ratpack-spring-boot-starter</artifactId> <version>1.4.6</version>… Continue Reading ratpack-spring-boot