Build single Spring Boot WAR project for deployment
问题 I have three projects: project-A project-B project-C In project-A I have defined the data model. Project-B is a Spring Boot project where I define operations for consuming rest API calls with RestTemplate . Project-C is also a Spring Boot project where I am exposing some REST services. The second project (B) requires the dependency for the first project (A). The third project (C) requires the dependencies for the first and second project (A, B). I have defined these dependencies in the