01 2024 档案

摘要:@Configuration @EnableAsync public class AppConfig implements AsyncConfigurer { @Bean("myAsyncThread”) public Executor getAsyncExecutor() { ThreadPool 阅读全文
posted @ 2024-01-31 14:39 清明雨下 阅读(7) 评论(0) 推荐(0) 编辑
摘要:@Componentpublic class KafkaRegisterEntryPoint implements CommandLineRunner { @Autowired ApplicationContext applicationContext; @Override public void 阅读全文
posted @ 2024-01-31 11:28 清明雨下 阅读(37) 评论(0) 推荐(0) 编辑
摘要:import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationEvent; import org.springframework.context.event.A 阅读全文
posted @ 2024-01-29 16:16 清明雨下 阅读(16) 评论(1) 推荐(0) 编辑
摘要:一、在linux机器上创建隧道 172.36.11.154 能访问 172.36.11.153:22端口 , 172.36.11.154 不能直接访问10.209.22.101:8157 则 172.36.11.154:18154 》(172.36.11.153:22) 》10.209.22.101 阅读全文
posted @ 2024-01-19 16:40 清明雨下 阅读(117) 评论(0) 推荐(0) 编辑
摘要:@FeignClient(name = "feignClient", url = "${aaa.Url:http://127.0.0.1:80}", configuration = {CustFeignConfig.class})public interface FeignClient { @Pos 阅读全文
posted @ 2024-01-17 09:09 清明雨下 阅读(9) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示