Skip to content

Commit 7cf74cf

Browse files
author
bobgarner
committed
Added file that lists available setup templates for the Entity Compiler.
1 parent c35b4e0 commit 7cf74cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setups.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"springboot.admin": {
4+
"title": "Spring Boot Microservice with Admin Portal",
5+
"description": "Builds a simple Spring Boot based microservice complete with authentication and authorization and an admin web portal.",
6+
"uri": "github:entityc/ec-springboot-lib:production/setups/BasicWebApp"
7+
}
8+
}
9+
]

0 commit comments

Comments
 (0)