In this section, we will go in steps explaining how we can generate the required data to showcase our example/use case:
- The commands/steps outlined in these examples, can be run either from within an IDE of your choice or directly from within CentOS. If it is done from within CentOS, additional copy/move steps between your IDE and CentOS could be avoided.
- In your local (cloned) git repository, navigate to the chapter08 folder which contains the code that will be detailed in this chapter. For data generation, the code is contained in one of the modules of chapter08, in the client-generator folder.
- Change the directory into a client-generator folder and run the following command to build from source:
mvn install
- Once ...