Skip to content

Commit

Permalink
Merge pull request #54 from lsd-consulting/#53
Browse files Browse the repository at this point in the history
Added spring-configuration-metadata.json
  • Loading branch information
lukasz-gryzbon authored Jan 7, 2022
2 parents 582a55c + 42ef320 commit 6daa569
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/main/resources/META-INF/spring-configuration-metadata.json
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"
}
]
}
2 changes: 1 addition & 1 deletion src/test/resources/lsd.properties
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

0 comments on commit 6daa569

Please sign in to comment.