Commit 4519353d authored by 赵啸非's avatar 赵啸非

添加门户系统模块添加配置

parent e17178f7
......@@ -33,7 +33,7 @@ import java.util.Map;
@Component
@Slf4j
@Order(1)
@Profile({"default", "develop1", "test1"})
@Profile({"default", "develop", "test"})
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