forked from wellingtonlemoszup/graphene-java-api-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
23 lines (23 loc) · 906 Bytes
/
stack.yaml
File metadata and controls
23 lines (23 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
description: Develop and publish Web APIs based on Java Stack for Cloud Native environments with Spring Boot and other Spring technologies.
name: graphene-java-api-stack
display-name: Stack Web API with Spring Boot
picture: stack.png
category: Backend; # Ref: https://docs.stackspot.com/latest/docs/creators-guide/yaml/#category
compatibility:
- java
- spring
technologies: # Ref: https://docs.stackspot.com/latest/docs/creators-guide/yaml/#technologies
- docker
- java
- gradle
about: docs/about.md
use-cases:
- title: REST API Web Service
content: docs/use-case.md
stackfile: stackfiles/default.yaml
- title: REST API Web Service with metrics and tracing
content: docs/use-case.md
stackfile: stackfiles/observability.yaml
- title: REST API Web Service with database relational
content: db-relational-plugin/docs/use-case.md
stackfile: stackfiles/db-relational.yaml