Help Center/ CodeArts Deploy/ User Guide/ Creating an Application/ Creating an Application Using a Preset Template/ Creating an Application Using the SpringBoot Application Deployment Template
Updated on 2026-07-09 GMT+08:00

Creating an Application Using the SpringBoot Application Deployment Template

You can deploy a Spring Boot Java background application on the host and start the service.

  1. In the template selection step, select this system template by referring to Creating an Application Using a System Template.

    The related deployment actions are shown in the following figure. Check whether you have installed JDK on the target host. If yes, remove the Install JDK action from the template.

  2. On the Deployment Actions page, configure the following actions. For details about the parameters, see below.

  3. Table 1 describes 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. The name excludes the file name extension.