Commit a78913e2 authored by 赵啸非's avatar 赵啸非

修改token鉴权方式

parent a3c34949
......@@ -33,7 +33,7 @@ import java.util.Map;
@Component
@Slf4j
@Order(1)
@Profile({"default", "develop", "test1"})
@Profile({"default", "develop1", "test1"})
public class WebLogAspect {
@Pointcut("execution(public * com.mortals..*Controller.*(..))")
public void webLog() {
......
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