This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Description
Stormpath Spring Boot Auto Configuration should be more mindful of User Configuration, specifically Controller Mappings (e.g. @RequestMapping
).
If Stormpath attempts to register a mapping that already exists in User Configuration, the application should fail at startup to remain consistent with Spring Boot behavior regarding conflicting Controller Endpoints.
The current behavior is the Stormpath endpoint silently overrides the one defined by the User. This was discovered while researching #1160