添加账号查询次数接口

This commit is contained in:
2025-06-13 16:58:16 +08:00
parent e5bbc22645
commit 9460926eee
11 changed files with 95 additions and 47 deletions

View File

@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
* @from <a href="https://yupi.icu">编程导航知识星球</a>
*/
// todo 如需开启 Redis须移除 exclude 中的内容
@SpringBootApplication(exclude = {RedisAutoConfiguration.class})
@SpringBootApplication()
@MapperScan("com.yupi.springbootinit.mapper")
@EnableScheduling
@EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true)