nickchange
2023-10-24 fc076febec4f1e4b46beeca343f78010d8f8924d
cloud-server-management/src/main/java/com/dsh/ManagementApplication.java
@@ -23,7 +23,7 @@
@EnableFeignClients
@MBCloudApplication
@Import({WebConfig.class})
@MapperScan("com.dsh.app.mapper")
@MapperScan("com.dsh.course.mapper")
@ServletComponentScan
@EnableScheduling
public class ManagementApplication {