@@ -38,6 +38,11 @@
<artifactId>hx-socket</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.ruoyi</groupId>
+ <artifactId>hx-file</artifactId>
+ </dependency>
+
</dependencies>
</project>
@@ -5,7 +5,6 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.stereotype.Component;
-
@Component
@ComponentScan("com.ruoyi.**")
@EnableAutoConfiguration(exclude = {DataSourceAutoConfiguration.class})