-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcompiler.xml
27 lines (27 loc) · 1.06 KB
/
compiler.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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="rest-hibernate" />
<module name="rest-jpa" />
<module name="spring-boot-demo" />
<module name="test-rest-jpa" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="rest-hibernate" target="1.8" />
<module name="rest-jpa" target="1.8" />
<module name="spring-boot-demo" target="1.8" />
<module name="test-rest-jpa" target="1.8" />
</bytecodeTargetLevel>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="test-rest-jpa" options="-parameters" />
</option>
</component>
</project>