forked from chengxy-nds/Springboot-Notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompiler.xml
More file actions
22 lines (22 loc) · 977 Bytes
/
compiler.xml
File metadata and controls
22 lines (22 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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="delayqueue" />
<module name="springboot-aop-redis-lua" />
<module name="springboot-rabbitmq-confirm" />
<module name="springboot-rabbitmq-mqtt" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="delayqueue" target="1.8" />
<module name="springboot-aop-redis-lua" target="1.8" />
<module name="springboot-rabbitmq-confirm" target="1.8" />
<module name="springboot-rabbitmq-mqtt" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>