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 5b12464 commit ed23943Copy full SHA for ed23943
components/sbm-recipes-boot-upgrade/src/main/resources/recipes/boot-new-report.yaml
@@ -81,9 +81,9 @@
81
The scan found properties with `spring.data` prefix but no dependency matching `org.springframework.data:.*`.
82
83
<#list matches as match>
84
- * file://${match.absolutePath}[`${match.relativePath}`]
+ * file://${match.absolutePath}[`${match.relativePath}`]<#lt>
85
<#list match.propertiesFound as property>
86
- ** `${property}`
+ ** `${property}`<#lt>
87
</#list>
88
89
0 commit comments