240 发简信
IP属地:北京
  • pom设置打包跳过test及springboot 打包规则

    打包过程中跳过测试skipTests 设置为true则是跳过

  • BlockingQueue相关

    BlockingQueue的核心方法: 放入数据 获取数据 常见BlockingQueue 在了解了BlockingQueue的基本功能后,让我...

  • httpasyncclient的使用

    相关blog链接https://blog.csdn.net/ouyang111222/article/details/78884634pom文件...

  • springboot整合HttpAsyncClient简单实用

    1、pom添加内容 2、创建httpUtil 3、创建一个提供外部获取httpClient接口 4、测试方法 单个url发送 多条url发送

  • springboot配置httpClient实例

    springboot封装httpClient配置,设置步骤如下 1、添加pom内容 2、配置properties文件 application.p...

  • Resize,w 360,h 240
    spring boot 几种定时任务的实现方式

    定时任务实现的几种方式: 1、Timer:这是java自带的java.util.Timer类,这个类允许你调度一个java.util.Timer...

  • ApplicationContextAware使用理解

    一、这个接口有什么用? 当一个类实现了这个接口(ApplicationContextAware)之后,这个类就可以方便获得Application...

  • 配置spring启动完成后执行的代码

    所需service implements ApplicationListener<ContextRefreshedEvent>在onApplic...

  • ServletContextListener在Springboot中的使用

    ServletContextListener是servlet容器中的一个API接口, 它用来监听ServletContext的生命周期,也就是相...

个人介绍
每天用笔记来提升自己