Commit 886d3d88 authored by 李洪明's avatar 李洪明

添加登录

parent d93034de
......@@ -2,19 +2,13 @@ package com.bme.access.upload.module.web;
import com.bme.access.upload.common.CommonResult;
import com.bme.access.upload.common.HttpUtils;
import com.bme.access.upload.config.LoginConfig;
import com.bme.access.upload.module.service.LoginService;
import lombok.extern.slf4j.Slf4j;
import org.apache.http.HttpResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.HashMap;
import java.util.Map;
@RestController
@Slf4j
@RequestMapping("/auth")
......
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