12345678910111213141516171819202122232425262728293031 |
- <?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="jeecg-boot-base-core" />
- <module name="jeecg-system-biz" />
- <module name="jeecg-system-start" />
- <module name="jeecg-system-cloud-api" />
- <module name="jeecg-system-local-api" />
- <module name="jeecg-module-demo" />
- </profile>
- </annotationProcessing>
- </component>
- <component name="JavacSettings">
- <option name="ADDITIONAL_OPTIONS_OVERRIDE">
- <module name="jeecg-boot-base-core" options="-parameters" />
- <module name="jeecg-boot-parent" options="-parameters" />
- <module name="jeecg-module-demo" options="-parameters" />
- <module name="jeecg-module-system" options="-parameters" />
- <module name="jeecg-system-api" options="-parameters" />
- <module name="jeecg-system-biz" options="-parameters" />
- <module name="jeecg-system-cloud-api" options="-parameters" />
- <module name="jeecg-system-local-api" options="-parameters" />
- <module name="jeecg-system-start" options="-parameters" />
- </option>
- </component>
- </project>
|