Skip to content

Instantly share code, notes, and snippets.

@linux-china
Created September 23, 2020 21:56
Show Gist options
  • Save linux-china/50d0ad9db30489951dc66ecfa4fe2785 to your computer and use it in GitHub Desktop.
Save linux-china/50d0ad9db30489951dc66ecfa4fe2785 to your computer and use it in GitHub Desktop.
tgm template.json
{
"name": "spring-boot-java",
"repository": "https://github.com/tgm-templates/spring-boot-java",
"description": "Spring Boot App with Java",
"variables": [
{
"name": "groupId",
"description": "Maven groupId"
},
{
"name": "artifactId",
"description": "Maven artifactId"
},
{
"name": "javaVersion",
"value": "15",
"description": "Java Version"
}
],
"files": [
"pom.xml"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment