feat(scaffolder): fixing the issues of loading spring boot

This commit is contained in:
blam
2020-07-16 13:33:30 +02:00
parent 253666a533
commit 540345bf73
3 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@ apiVersion: backstage.io/v1alpha1
kind: Template
metadata:
name: springboot-template
title: Spring Boot Service
title: Spring Boot GRPC Service
description: Standard Spring Boot (Java) microservice with recommended configuration fpr GRPRC
tags:
- Recommended
@@ -4,6 +4,6 @@ metadata:
name: {{cookiecutter.component_id}}
description: {{cookiecutter.description}}
spec:
type: website
type: service
lifecycle: experimental
owner: {{cookiecutter.owner}}
@@ -2,7 +2,7 @@
for URL in \
'react-ssr-template' \
'springboot-template' \
'springboot-grpc-template' \
'create-react-app' \
; do \
curl \