Springboot吞吐量優化解決方案

1、異步執行 實現方式二種: 1.使用異步註解@aysnc、啓動類:添加@EnableAsync註解 2.JDK 8自己有一個很是好用的Future類——CompletableFutureweb @AllArgsConstructor public class AskThread implements Runnable{ private CompletableFuture<Integer>
相關文章
相關標籤/搜索