Building and running the OTRS application
Build all of the projects using mvn clean install
using the following file: ..\Chapter5 \pom.xml
.
The output should look like this:
6392_chapter5 ..................................... SUCCESS [3.037s]
online-table-reservation:common ................... SUCCESS [5.899s]
online-table-reservation:zuul-server .............. SUCCESS [4.517s]
online-table-reservation:restaurant-service ....... SUCCESS [49.250s]
online-table-reservation:eureka-server ............ SUCCESS [2.850s] online-table-reservation:dashboard-server ......... SUCCESS [2.893s]
online-table-reservation:turbine-server ........... SUCCESS [3.670s]
online-table-reservation:user-service ............. SUCCESS [47.983s]
online-table-reservation:api-service .............. SUCCESS [3.065s]
online-table-reservation:booking-service .......... SUCCESS [26.496s]
Then, on command prompt, go to <path to source>/6392_chapter5
and run the following commands:
java -jar eureka-server/target...