adnanrahin / Movie-Application

A full-stack Application Development, Using Java, Angular, MySQL, Hibernate, Spring-Boot, RestAPI.
6 stars 4 forks source link

Merge angular jar with spring jar #12

Closed adnanrahin closed 9 months ago

adnanrahin commented 2 years ago

Step:

  1. Add movie-service pom.xml and add all the dependency and build script here.
  2. Add movie-ui pom.xml and move all the frontend dependency to this pom.xml file.
  3. Add parent pom.xml and add all the dependencies that are globally used by UI and backend service.
  4. Modify docker-compose to spin up everything thru the container.