- Install:
- Oracle JDK 10.0.1
- Navigate to the ticketline code directory
- Build the server as well as the client with the following commands
./mvnw clean verify
./mvnw -pl=server -am clean verify
./mvnw -pl=client -am clean verify
- Navigate to the ticketline code directory
- Run the server as well as the client with with the following commands
./mvnw -pl=server -am spring-boot:run
To generate some testData add the generateData profile when running the server
./mvnw -pl=server -am spring-boot:run -D spring-boot.run.profiles=generateData
./mvnw -pl=client -am spring-boot:run
You can login to the client using one of the following credentials:
- System Administrator
- Username: admin
- Password: password
- User
- Username: user
- Password: password# ss18_sepm_inso_10