通过aop 注解的方式防止表单重复提交
摘要:pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId></dependency><dependency> <groupId>or
阅读全文
posted @
2023-07-05 15:18
我叫福禄娃
阅读(36)
推荐(0) 编辑
redis监听过期key
摘要:import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import org.springframework.data.redis.c
阅读全文
posted @
2023-07-03 15:53
我叫福禄娃
阅读(187)
推荐(0) 编辑
通过aop注解的方式对参数进行校验
摘要:需要引入的依赖maven pom <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId></dependency><dependency> <group
阅读全文
posted @
2023-07-02 00:44
我叫福禄娃
阅读(92)
推荐(0) 编辑