verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca

导航

01 2024 档案

swagger配置
摘要:配置swagger可以限定范围 @Bean public Docket controllerApi() { return new Docket(DocumentationType.SWAGGER_2) .apiInfo(new ApiInfoBuilder().title("申报查询接口").ver 阅读全文

posted @ 2024-01-11 01:51 泳之 阅读(17) 评论(0) 推荐(0)

springboot初始化
摘要:springboot实现缓存预热 SpringBoot实现初始化加载配置Step1:采用实现springboot ApplicationRunner 该方法仅在SpringApplication.run(…)完成之前调用 Step2:采用实现InitializingBean Initializain 阅读全文

posted @ 2024-01-11 01:24 泳之 阅读(24) 评论(0) 推荐(0)

多线程
摘要:spring schedualing.concurrent包下提供多线程实现import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutorThreadPoolTaskExecutor taskExecutor = new 阅读全文

posted @ 2024-01-11 01:20 泳之 阅读(9) 评论(0) 推荐(0)

我是谁? 回答错误