Help Center/ CodeArts Deploy/ User Guide/ Creating and Deploying an Application Using a Preset Template/ Creating and Deploying an Application Using the Spring Boot Deployment Template
Updated on 2025-08-13 GMT+08:00

Creating and Deploying an Application Using the Spring Boot Deployment Template

Deploy a Spring Boot Java background application on the host and start the service.

You have installed JDK on the target host. If the JDK has been installed, remove the Install JDK action from the template.

The related deployment action is as follows.

  1. Install JDK.
  2. Select a deployment source.
  3. Stop Spring Boot.
  4. Start Spring Boot.
  5. Perform health test via URLs.

Template parameters describe the parameters to be set in the template.

Table 1 Template parameters

Parameter

Description

host_group

Target environment where the application is deployed.

package_url

Software package download link. To obtain it, go to the Artifact > Release Repos page.

service_port

Port number of a Spring Boot application. The default value is 8080.

package_name

Name of the Spring Boot application release package, without the file name extension.