This Spring Boot application supports different profiles for running in production vs development mode. In production mode, a security filter enforces authentication. In development mode, the security filter is bypassed for easier local testing.
mvn spring-boot:run -Dspring-boot.run.profiles=dev
--spring.profiles.active=dev