September 2018
Intermediate to advanced
386 pages
11h 17m
English
We will package the application as a .jar file and upload it to the AWS web console. To do so, we use the following command:
./gradlew clean jar
This will yield a greeter-service.jar in the build/libs directory. Depending on the choice of build tool, the location and artifact name may vary. The crux is that this is the package that can be deployed to the AWS environment.
Read now
Unlock full access