August 2017
Intermediate to advanced
332 pages
9h 16m
English
First, we need to make the build JAR executable, so that it can be easily run on the server as a Unix service. In order to do it, it's enough to add the following code to the build.gradle file:
bootRepackage { executable = true}
Read now
Unlock full access