1
0

only use @Transactional from Spring (not JavaX) and use readOnly=true where possible

This commit is contained in:
Michael Hoennig
2022-08-17 16:38:03 +02:00
parent 6be5cfd923
commit 787400c089
9 changed files with 37 additions and 23 deletions

View File

@ -90,7 +90,8 @@ openapiProcessor {
}
}
sourceSets.main.java.srcDir 'build/generated/sources/openapi'
compileJava.dependsOn('processSpring')
project.tasks.processResources.dependsOn('processSpring')
project.tasks.compileJava.dependsOn('processSpring')
spotless {
java {