Blame view

.idea/compiler.xml 683 Bytes
3a404b2a   zhaowg   空闲车位获取和推送
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?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="zteits-job" />
        </profile>
      </annotationProcessing>
      <bytecodeTargetLevel>
        <module name="zteits-job" target="1.8" />
        <module name="zteits-module" target="1.5" />
      </bytecodeTargetLevel>
    </component>
  </project>