You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
29 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<!-- 编译器配置组件 -->
|
|
<component name="CompilerConfiguration">
|
|
<!-- 注解处理配置 -->
|
|
<annotationProcessing>
|
|
<!-- Maven 默认注解处理器配置 -->
|
|
<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" />
|
|
</profile>
|
|
</annotationProcessing>
|
|
</component>
|
|
|
|
<!-- Java 编译器设置 -->
|
|
<component name="JavacSettings">
|
|
<!-- 附加编译器选项覆盖 -->
|
|
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
|
<!-- 为名为 "springboot" 的模块指定编译器选项 -->
|
|
<module name="springboot" options="-parameters" />
|
|
</option>
|
|
</component>
|
|
</project> |