Commit 3b03d71776c3a174fcca22e819e94e8ffe052b06
1 parent
38f2f274
new package, devicemanagement
Showing
1 changed file
with
20 additions
and
0 deletions
src/main/java/com/zteits/irain/portal/web/parkinglotcloudplatform/devicemanagement/GeomagneticManagementController.java
0 → 100644
1 | +/** | ||
2 | + * | ||
3 | + */ | ||
4 | +package com.zteits.irain.portal.web.parkinglotcloudplatform.devicemanagement; | ||
5 | + | ||
6 | +import org.slf4j.Logger; | ||
7 | +import org.slf4j.LoggerFactory; | ||
8 | +import org.springframework.web.bind.annotation.RequestMapping; | ||
9 | +import org.springframework.web.bind.annotation.RestController; | ||
10 | + | ||
11 | +/** | ||
12 | + * @author hxz | ||
13 | + * | ||
14 | + */ | ||
15 | +@RestController | ||
16 | +@RequestMapping("/geomagnetic") | ||
17 | +public class GeomagneticManagementController { | ||
18 | + private static final Logger logger = LoggerFactory.getLogger(GeomagneticManagementController.class); | ||
19 | + | ||
20 | +} |