feat(scaffolder): fixing the issues of loading spring boot
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user