Commit dbf428a7 by 徐高华

log

parent e0eb3a66
......@@ -11,8 +11,7 @@ import javax.servlet.http.HttpServletRequest;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.apache.logging.log4j.LogManager;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
......@@ -46,7 +45,7 @@ import com.google.common.collect.Sets;
@RequestMapping("hm")
public class HmStoreController {
private static final Logger logger = LoggerFactory.getLogger(HmStoreController.class);
private static org.apache.logging.log4j.Logger logger = LogManager.getLogger(HmQrcodeController.class);
@Autowired
private ClerkService clerkService;
......
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