compiler.xml 1.1 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CompilerConfiguration">
  4. <annotationProcessing>
  5. <profile default="true" name="Default" enabled="true" />
  6. <profile name="Maven default annotation processors profile" enabled="true">
  7. <sourceOutputDir name="target/generated-sources/annotations" />
  8. <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
  9. <outputRelativeToContentRoot value="true" />
  10. <module name="springboot-function" />
  11. <module name="springboot-base" />
  12. </profile>
  13. </annotationProcessing>
  14. <bytecodeTargetLevel>
  15. <module name="springboot-base" target="1.8" />
  16. <module name="springboot-function" target="1.8" />
  17. <module name="springboot-parent" target="1.8" />
  18. </bytecodeTargetLevel>
  19. </component>
  20. <component name="JavacSettings">
  21. <option name="ADDITIONAL_OPTIONS_OVERRIDE">
  22. <module name="springboot-base" options="-parameters" />
  23. <module name="springboot-function" options="-parameters" />
  24. <module name="springboot-parent" options="-parameters" />
  25. </option>
  26. </component>
  27. </project>