From 806c9b55de160663b3abf3c3b22e03cd69c57bd1 Mon Sep 17 00:00:00 2001 From: shimingxy Date: Thu, 18 Jul 2024 17:45:15 +0800 Subject: [PATCH] =?UTF-8?q?MvcAutoConfiguration=20=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ....springframework.boot.autoconfigure.AutoConfiguration.imports | 1 + 1 file changed, 1 insertion(+) diff --git a/maxkey-starter/maxkey-starter-web/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/maxkey-starter/maxkey-starter-web/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports index d3e1f77f6..b603a079d 100644 --- a/maxkey-starter/maxkey-starter-web/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +++ b/maxkey-starter/maxkey-starter-web/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -1,5 +1,6 @@ org.dromara.maxkey.autoconfigure.ApplicationAutoConfiguration org.dromara.maxkey.autoconfigure.RedisAutoConfiguration +org.dromara.maxkey.autoconfigure.MvcAutoConfiguration org.dromara.maxkey.autoconfigure.MvcCurrentUserAutoConfiguration org.dromara.maxkey.autoconfigure.MvcResourceAutoConfiguration org.dromara.maxkey.autoconfigure.SwaggerAutoConfiguration \ No newline at end of file