@@ -12,7 +12,7 @@
</DockerEnvVarImpl>
</list>
</option>
- <option name="commandLineOptions" value="--network host --restart always" />
+ <option name="commandLineOptions" value="--network host --restart always -m 1G" />
<option name="sourceFilePath" value="ruoyi-admin/Dockerfile" />
<option name="volumeBindings">
<list>
@@ -15,6 +15,9 @@ import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletResponse;
+/**
+ * 用户管理
+ */
@RestController
@RequestMapping("/dluser")
public class DlUserController {
@@ -33,6 +33,9 @@ import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
+ * 设备管理
@RequestMapping("/equimpent")
@Slf4j
@@ -10,6 +10,9 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
+ * 曝光统计
@RequestMapping("/exposure")
public class ExposureController {
@@ -18,6 +18,9 @@ import org.springframework.web.bind.annotation.*;
+ * 商品管理
@RequestMapping("/goods")
public class GoodsController {
@@ -19,6 +19,9 @@ import org.springframework.web.bind.annotation.*;
+ * 订单管理
@RequestMapping("/order")
public class OrderController {
@@ -27,6 +27,9 @@ import javax.servlet.http.HttpServletResponse;
import javax.validation.constraints.NotBlank;
import java.util.Date;
+ * 广告计划管理
@RequestMapping("/plan")
public class PlanController {
@@ -10,6 +10,9 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
+ * 行为统计
@RequestMapping("/statistics")
public class StatisticsController {
+ * 系统间隔配置
@RequestMapping("/system")
public class SystemSetterController {