You can find the step-by-step deployment guide here.
Hostman uses the following environment when building a Spring application:
Hostman will execute the following commands during the build:
apt install -y openjdk-{{env_version}}-jre-headless maven
The default start command is:
mvn spring-boot:run
Make sure that:
pom.xml
file.spring-boot-starter
dependency is correctly defined in pom.xml
.