Background
I have a number of small, microservice-type applications which all run in Spring Boot using @RestController & @RequestMapping. As they are normally talking to each other, I made each one available over HTTP but I can also include each JAR in other projects to directly access their functionality. This has become an issue though; as the mappings from a JAR are being mapped in the host application when it starts... which in my case would be a security issue.I have a number of small, microser