In order to build gradle project, Go to Java
project root directory location (samples) and execute
the following shell command,
./gradlew :ch06:basic-authentication:java:server:build
In order to run, Go to Java
project root directory location (basic-authentication/java/server) and execute the following
shell command,
java -jar build/libs/server.jar
In order to build gradle project, Go to Java
project root directory location (inside samples directory) and execute
the following shell command,
./gradlew :ch06:basic-authentication:java:client:build
In order to run, Go to Java
project root directory location (basic-authentication/java/client) and execute the following
shell command,
java -jar build/libs/client.jar
- Generate Using OpenSSL