adding new spring profiles

This commit is contained in:
Szakalakamaka
2020-10-06 15:21:36 +02:00
parent 95d23e74a5
commit 5f375def46
83 changed files with 1149 additions and 75 deletions

11
.idea/compiler.xml generated
View File

@@ -25,14 +25,25 @@
</processorPath>
<module name="Klaus" />
</profile>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="klaus-config-service" />
<module name="eureka" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="eureka" target="11" />
<module name="Klaus" target="14" />
<module name="klaus-config-service" target="14" />
</bytecodeTargetLevel>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="Klaus" options="-parameters -Amapstruct.defaultComponentModel=spring" />
<module name="eureka" options="-parameters" />
<module name="klaus-config-service" options="-parameters" />
</option>
</component>
</project>