From 6d6af15c06fbd31a55dbc133177589bfcf6acb5b Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Mon, 12 Apr 2021 22:00:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.0.3=E3=80=91=E6=95=B4=E7=90=86?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/stylefeng/guns/config/web/BeetlConfiguration.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/cn/stylefeng/guns/config/web/BeetlConfiguration.java b/src/main/java/cn/stylefeng/guns/config/web/BeetlConfiguration.java index 0fbb4f98..14cb44b1 100644 --- a/src/main/java/cn/stylefeng/guns/config/web/BeetlConfiguration.java +++ b/src/main/java/cn/stylefeng/guns/config/web/BeetlConfiguration.java @@ -3,7 +3,6 @@ package cn.stylefeng.guns.config.web; import cn.stylefeng.guns.core.beetl.CustomBeetlGroupUtilConfiguration; import cn.stylefeng.guns.core.beetl.expander.BeetlConfigExpander; import cn.stylefeng.roses.kernel.auth.api.LoginUserApi; -import cn.stylefeng.roses.kernel.auth.api.context.LoginContext; import org.beetl.core.resource.ClasspathResourceLoader; import org.beetl.ext.spring.BeetlSpringViewResolver; import org.springframework.beans.factory.annotation.Value;