We are designing a new project which will be using Spring-boot and Maven (i.e. Multi-module project).
The project will interact with several external applications (JMS, REST, DB). Hence, we will have modules like JMSConnector, RESTApiProxy.
For module implementation and for reuse aims, which concept we use: simple maven module or a custom spring-boot starter ?