Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 1aee743

Browse files
authored
fix typo in README.md (#202)
1 parent ebb654c commit 1aee743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/inflector-springboot-jersey/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Spring Boot Jersey Inflector Sample
22

3-
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.
3+
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.
44

55

66
The project uses [Gradle](https://gradle.org/) for its build system and you can build the project by running:

0 commit comments

Comments
 (0)