Blame view

.idea/compiler.xml 1022 Bytes
3a404b2a   zhaowg   空闲车位获取和推送
1
2
3
4
5
6
7
8
  <?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" />
83f7336e   zhaowg   增加方格地磁状态获取空闲车位数据推送
9
10
11
          <module name="VehicleDetector-FH-FH" />
          <module name="VehicleDetector-WC-ACK" />
          <module name="VehicleDetector-ZTEITS-ZTEITS" />
3a404b2a   zhaowg   空闲车位获取和推送
12
13
14
15
          <module name="zteits-job" />
        </profile>
      </annotationProcessing>
      <bytecodeTargetLevel>
83f7336e   zhaowg   增加方格地磁状态获取空闲车位数据推送
16
17
18
        <module name="VehicleDetector-FH-FH" target="1.8" />
        <module name="VehicleDetector-WC-ACK" target="1.8" />
        <module name="VehicleDetector-ZTEITS-ZTEITS" target="1.8" />
3a404b2a   zhaowg   空闲车位获取和推送
19
20
21
22
23
        <module name="zteits-job" target="1.8" />
        <module name="zteits-module" target="1.5" />
      </bytecodeTargetLevel>
    </component>
  </project>