I want to create a JBoss EAP custom module for SpringBoot jars and use this custom module across different war deployments in JBoss. This execrise is to reduce the size of war files (by removing spring boot jars from war file) as we move all common jars to a custom module.
We want this to do as we have multiple springboot application wars to deploy in JBoss EAP7.0.
Is this possible to do in JBoss and SpringBoot? Please shed some light here.