diff --git a/casic-web/pom.xml b/casic-web/pom.xml
index a2bdad6..cb772b5 100644
--- a/casic-web/pom.xml
+++ b/casic-web/pom.xml
@@ -76,21 +76,21 @@
com.casic
casic-admin-core
${admin.version}
-
-
- io.springfox
- springfox-swagger2
-
-
- io.springfox
- springfox-core
-
-
- io.springfox
- springfox-spring-web
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
com.casic
@@ -173,13 +173,13 @@
-
-
- com.github.xiaoymin
-
- knife4j-spring-boot-starter
- 3.0.3
-
+
+
+
+
+
+
+
diff --git a/casic-web/pom.xml b/casic-web/pom.xml
index a2bdad6..cb772b5 100644
--- a/casic-web/pom.xml
+++ b/casic-web/pom.xml
@@ -76,21 +76,21 @@
com.casic
casic-admin-core
${admin.version}
-
-
- io.springfox
- springfox-swagger2
-
-
- io.springfox
- springfox-core
-
-
- io.springfox
- springfox-spring-web
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
com.casic
@@ -173,13 +173,13 @@
-
-
- com.github.xiaoymin
-
- knife4j-spring-boot-starter
- 3.0.3
-
+
+
+
+
+
+
+
diff --git a/casic-web/src/main/java/com/casic/missiles/CasicApplication.java b/casic-web/src/main/java/com/casic/missiles/CasicApplication.java
index 862cbc6..feb7635 100644
--- a/casic-web/src/main/java/com/casic/missiles/CasicApplication.java
+++ b/casic-web/src/main/java/com/casic/missiles/CasicApplication.java
@@ -27,10 +27,10 @@
@EnableTransactionManagement(proxyTargetClass = true)
@EnableAsync
@Slf4j
-@ComponentScan(excludeFilters =
- {@ComponentScan.Filter(
- type = FilterType.REGEX,
- pattern = {"com.casic.missiles.config.web.ShiroConfig"})})
+//@ComponentScan(excludeFilters =
+// {@ComponentScan.Filter(
+// type = FilterType.REGEX,
+// pattern = {"com.casic.missiles.config.web.ShiroConfig"})})
public class CasicApplication {
public static void main(String[] args) {
SpringApplication.run(CasicApplication.class, args);