Commit 213fe0e2 authored by 赵啸非's avatar 赵啸非

初始化站点资源

parent e4b14482
This source diff could not be displayed because it is too large. You can view the blob instead.
package com.mortals.xhx.module.site.web; package com.mortals.xhx.module.site.web;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.mortals.framework.annotation.SlideWindowLimit;
import com.mortals.framework.annotation.UnAuth; import com.mortals.framework.annotation.UnAuth;
import com.mortals.framework.common.Rest; import com.mortals.framework.common.Rest;
import com.mortals.framework.exception.AppException; import com.mortals.framework.exception.AppException;
...@@ -56,6 +57,7 @@ import java.util.stream.Collectors; ...@@ -56,6 +57,7 @@ import java.util.stream.Collectors;
@RestController @RestController
@RequestMapping("site") @RequestMapping("site")
@Slf4j @Slf4j
public class SiteController extends BaseCRUDJsonBodyMappingController<SiteService, SiteEntity, Long> { public class SiteController extends BaseCRUDJsonBodyMappingController<SiteService, SiteEntity, Long> {
@Autowired @Autowired
......
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