Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 774 Bytes

File metadata and controls

38 lines (26 loc) · 774 Bytes

spring-boot-sample-flyway

技术点

参考

官网

1. Spring Boot

2. Mybatis-plus

3. Mysql

4. flyway 数据库版本管理

5. CompletableFuture

1. supplyAsync
2. completeAsync
3. thenApply
4. whenCompleteAsync

6. @Async

7. ListenableFuture

result.addCallback(success -> {
            saveUser(user);
        }, fail -> {
            asyncServiceImpl.saveWithListenableResult(auditLog);
        })

7. akka 参考

CompletableFuture.supplyAsync()

1.包含FeignClient请求不用