Skip to content

YiChengRepo/simple-spring-retry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-spring-retry

A simple spring retry demo in spring-boot

#how to build mvn clean install

#end points

http://localhost:8080/ok
http://localhost:8080/format
http://localhost:8080/null

#Result

calling ok

calling null
calling null
calling null
calling null
calling null
Recover method - Null point exception

calling format 
calling format 
calling format 
calling format 
calling format 
Recover method - Number of Format Exception

About

a simple spring retry demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages