Skip to content

Commit

Permalink
fix: Added spring-configuration-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Gryzbon committed Jan 6, 2022
1 parent 582a55c commit 42ef320
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 42ef320

Please sign in to comment.