{
  "manifest_version": "1.0.0",
  "template": {
    "id": "bc920f22-1966-4270-a823-1aeea9cfbb63",
    "slug": "JvYvDw",
    "name": "Spring Boot Microservice with Java",
    "description": "Deploy a discoverable Spring Boot-based microservice with Java",
    "url": "https://railway.com/deploy/JvYvDw",
    "upstream": {
      "repo_url": "https://github.com/UnirCs/back-end-spring-microservice-archetype"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "microservice",
      "source": {
        "repo": "https://github.com/UnirCs/back-end-spring-microservice-archetype"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "microservice",
      "description": "Value for `server.port` Spring property",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "PROFILE",
      "service": "microservice",
      "description": "Value for `spring.profiles.active` Spring property",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "EUREKA_URL",
      "service": "microservice",
      "description": "Enter the following URL, replacing ``your-railway-internal-name-for-eureka``. ``http://your-railway-internal-name-for-eureka:8761/eureka``.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "JvYvDw"
      }
    },
    "cli": "railway deploy --template JvYvDw",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "bc920f22-1966-4270-a823-1aeea9cfbb63",
            "serializedConfig": {
              "services": {
                "59bb0150-e4ba-4f71-ae3d-612c2f7dddae": {
                  "name": "microservice",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/UnirCs/back-end-spring-microservice-archetype"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Value for `server.port` Spring property",
                      "defaultValue": "8080"
                    },
                    "PROFILE": {
                      "isOptional": false,
                      "description": "Value for `spring.profiles.active` Spring property",
                      "defaultValue": "railway"
                    },
                    "HOSTNAME": {
                      "isOptional": true,
                      "description": "Private Networking name in Railway. This value could be set after deploying for first time"
                    },
                    "EUREKA_URL": {
                      "isOptional": false,
                      "description": "Enter the following URL, replacing ``your-railway-internal-name-for-eureka``. ``http://your-railway-internal-name-for-eureka:8761/eureka``.",
                      "defaultValue": "{{EUREKA_URL}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
