Build a Secure REST Application Using Jersey

Build a Secure REST Application Using Jersey

Tutorial: Learn how to build a secure REST application with JAX-RS and Jersey.

Tibi

For the first part to work without login, I had to add the following to application.properties:

spring.security.enabled=false
management.security.enabled=false
spring.autoconfigure.exclude[0]=org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration