-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
I created this enhancement for tracking all issues for Spring Boot + JAX-RS application.
... <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.6.RELEASE</version> <relativePath/> <!-- lookup parent from repository --> </parent> ... <dependencies> <!-- JAX-RS --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jersey</artifactId> </dependency> ... </dependencies> ...