Labs from AUI (Internet Services Architectures)
Labs are incremental meaning every task is dependant on the previous one.
Description of each task:
- Lab1 - Spring Framework & Spring Boot
- Lab2 - Spring Data & Spring MVC
- Lab3 - Microservices
- Lab4 - Consuming Microservices
- Lab5 - Basic deployment setup
To avoid errors book and library microservices need to use JAVA 18.
- In
book,libraryandrest-gatewaymicroservices create .jar files by running Mavenpackagelifecycle. - Make sure Docker is running.
- Inside
Lab5/directory open terminal and run this command:
docker-compose up --build
- On
localhost:80simple GUI will appear giving option to add, delete, edit books and libraries.