Files
JavaWeb/04. 后端Web基础(基础知识)/springboot-web-quickstart/.idea/compiler.xml
syx_computer 36f1a43d45 第三天
2025-10-21 16:38:15 +08:00

19 lines
770 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<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="springboot-web-quickstart" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="17" />
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="springboot-web-quickstart" options="-parameters" />
</option>
</component>
</project>