-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Added spring-configuration-metadata.json
- Loading branch information
Lukasz Gryzbon
committed
Jan 6, 2022
1 parent
582a55c
commit 42ef320
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
src/main/resources/META-INF/spring-configuration-metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"properties": [ | ||
{ | ||
"name": "lsd.core.label.maxWidth", | ||
"type": "java.lang.String" | ||
}, | ||
{ | ||
"name": "lsd.core.diagram.theme", | ||
"type": "java.lang.String" | ||
}, | ||
{ | ||
"name": "lsd.core.report.outputDir", | ||
"type": "java.lang.String" | ||
}, | ||
{ | ||
"name": "lsd.core.ids.deterministic", | ||
"type": "java.lang.String" | ||
}, | ||
{ | ||
"name": "lsd.core.diagram.sequence.maxEventsPerDiagram", | ||
"type": "java.lang.String" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
lsd.core.label.maxWidth=50 | ||
lsd.core.ids.deterministic=true | ||
lsd.core.ids.deterministic=true |