Skip to content

Commit 7b92543

Browse files
committed
build(rest-adapter): turn off open api bean validation
1 parent 14335af commit 7b92543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest-adapter/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<apiPackage>packagename.rest.generated.api</apiPackage>
5858
<modelPackage>packagename.rest.generated.model</modelPackage>
5959
<configOptions>
60+
<useBeanValidation>false</useBeanValidation>
6061
<performBeanValidation>false</performBeanValidation>
6162
<useSpringBoot3>true</useSpringBoot3>
6263
<interfaceOnly>true</interfaceOnly>

0 commit comments

Comments
 (0)