|
@@ -1,4 +1,4 @@
|
|
|
-package com.sky.building.controller.SmartSignage;
|
|
|
+package com.sky.building.controller.smartsignage;
|
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
@@ -15,4 +15,6 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
@RestController
|
|
|
@RequestMapping("supermarket")
|
|
|
public class SupermarketController {
|
|
|
+
|
|
|
+
|
|
|
}
|