SpringBoot+Redis分布式锁+AOP解决页面重复提交

引入依赖


    
        org.springframework.boot
        spring-boot-starter-web
    
    
        org.springframework.boot
        spring-boot-starter-aop
    
    
        org.springframework.boot
        spring-boot-starter-test
    
    
        org.springframework.boot
        spring-boot-starter-data-redis
    
    
        io.lettuce
        lettuce-core
    
    
        org.projec

你可能感兴趣的:(SpringBoot+Redis分布式锁+AOP解决页面重复提交)