Commit 329b86fa authored by 周健威's avatar 周健威

添加地区、卫星传感器列表等

parent 299f5ce5
......@@ -19,4 +19,22 @@
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<finalName>rs-datacenter</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment