202010-10 浅谈spring的重试机制无效@Retryable@EnableRetry spring-retry模块支持方法和类、接口、枚举级别的重试方式很简单,引入pom包<parent><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>lastest</version></parent><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency><!--https://mvnrepository.com/artifact/org.springframework.retry/... 继续阅读 >