Posted inSpring Boot
Spring Boot to Exclude Connecting to a Database During Maven Build
How to build a Spring Boot jar without a database connection? This question would arise in conditions when you have no access to the database while building executable files such…