Merge remote-tracking branch 'origin/feature/aihuman' into feature/aihuman

This commit is contained in:
Maxchen
2025-10-10 12:23:55 +08:00

View File

@@ -11,7 +11,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
*
* @author Lion Li
*/
@SpringBootApplication
@SpringBootApplication(scanBasePackages = {"org.ruoyi", "org.ruoyi.aihuman"})
@EnableScheduling
@EnableAsync
public class RuoYiAIApplication {