|
@@ -1,28 +1,19 @@
|
|
|
package com.ym.controller;
|
|
|
|
|
|
import com.ym.mec.common.controller.BaseController;
|
|
|
-import com.ym.pojo.HereWhite;
|
|
|
import com.ym.service.HereWhiteService;
|
|
|
-import freemarker.cache.StringTemplateLoader;
|
|
|
-import org.apache.commons.lang3.RandomStringUtils;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.data.redis.core.RedisTemplate;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
-import java.util.Objects;
|
|
|
-import java.util.concurrent.TimeUnit;
|
|
|
-
|
|
|
@RestController
|
|
|
@RequestMapping("/hereWhite")
|
|
|
public class HereWhiteController extends BaseController {
|
|
|
|
|
|
@Autowired
|
|
|
private HereWhiteService hereWhiteService;
|
|
|
- @Autowired
|
|
|
- private RedisTemplate<String,String> redisTemplate;
|
|
|
|
|
|
/**
|
|
|
* 创建白板,默认全部采用零时白板
|