compiler.xml 861 字节
Newer Older
1 2 3 4
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="CompilerConfiguration">
    <annotationProcessing>
5
      <profile default="true" name="Default" enabled="true" />
6 7 8 9 10
      <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="rpc-framework-core" />
11
        <module name="hello-service-api" />
12 13 14 15 16 17 18 19 20
        <module name="example-server" />
        <module name="rpc-framework-simple" />
        <module name="example-client" />
        <module name="rpc-framework-common" />
      </profile>
    </annotationProcessing>
    <bytecodeTargetLevel target="8" />
  </component>
</project>