We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b01f6e commit 78ecdf0Copy full SHA for 78ecdf0
setups/basicWebApp/Configuration.edl
@@ -39,7 +39,7 @@ configuration CodeGen {
39
template ServerDocumentation in "doc" {
40
output primary Docs
41
}
42
- template Microservice {
+ template Microservice in "system" {
43
output primary ServerCode
44
45
setups/basicWebApp/Space.edl
@@ -32,7 +32,7 @@ $[let setupRepo = space.getRepository("SetupRepo")]
32
type github
33
organization "${setupRepo.organization}"
34
name "${setupRepo.repoName}"
35
- path "templates/server/springboot"
+ path ""
36
tag "${repoTag}"
37
38
// Templates are imported in Configuration.edl
0 commit comments