Skip to content

Commit 78ecdf0

Browse files
author
Bob Garner
committed
Fixed two more setup issues.
1 parent 7b01f6e commit 78ecdf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setups/basicWebApp/Configuration.edl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ configuration CodeGen {
3939
template ServerDocumentation in "doc" {
4040
output primary Docs
4141
}
42-
template Microservice {
42+
template Microservice in "system" {
4343
output primary ServerCode
4444
}
4545

setups/basicWebApp/Space.edl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $[let setupRepo = space.getRepository("SetupRepo")]
3232
type github
3333
organization "${setupRepo.organization}"
3434
name "${setupRepo.repoName}"
35-
path "templates/server/springboot"
35+
path ""
3636
tag "${repoTag}"
3737
}
3838
// Templates are imported in Configuration.edl

0 commit comments

Comments
 (0)