From a7deb205442ce08016ef9fe05a7cd415fb1c39d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Libor=20Nenad=C3=A1l?= Date: Sat, 8 Aug 2020 08:10:49 +0200 Subject: [PATCH] fix typo in README.md --- java/inflector-springboot-jersey/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/inflector-springboot-jersey/README.md b/java/inflector-springboot-jersey/README.md index 360bf95c..10532fd7 100644 --- a/java/inflector-springboot-jersey/README.md +++ b/java/inflector-springboot-jersey/README.md @@ -1,6 +1,6 @@ ## Spring Boot Jersey Inflector Sample -A simple example demonstrating how to use Swagger Inflector with Spring Boot. This project integrates both Spring Boot Actuator and the Spring Boot Jersey integration. Because Actuator is built upon SpringMVC, [Jersey and Actuator must listen on different endpoints](http://docs.spring.io/spring-boot/docs/current/reference/html/howto-actuator.html#howto-use-actuator-with-jersey). Please see the `applictaion.yaml` for how this is accomplished. +A simple example demonstrating how to use Swagger Inflector with Spring Boot. This project integrates both Spring Boot Actuator and the Spring Boot Jersey integration. Because Actuator is built upon SpringMVC, [Jersey and Actuator must listen on different endpoints](http://docs.spring.io/spring-boot/docs/current/reference/html/howto-actuator.html#howto-use-actuator-with-jersey). Please see the `application.yaml` for how this is accomplished. The project uses [Gradle](https://gradle.org/) for its build system and you can build the project by running: