background picture of the home page

欲买桂花同饮酒,终不似少年游

@Configuration和@Component

本文是学习过程中的笔记,原作者https://github.com/lenve@Configuration 我们常在Spring Boot项目中使用这个注解实现一些类的配置,这里贴下@Configuration和@Conmponet显示@Configuration 与 @Component 是类似的

thumbnail of the cover of the post

Maven的常用命令

清理targetmvn clean编译主程序编译 mvn complie测试编译 mvn test-complie测试mvn test打包mvn package安装jar包到本地mvn install

thumbnail of the cover of the post

TestNG Demo 入门

最近在学习接口测试和单元测试,这里有两款基础得测试框架TestNG和Junit5,我先学习了TestNG,这里作为记录引入TestNGMaven<dependency> <groupId>org.testng</groupId> <artifac

thumbnail of the cover of the post

Netty--NIO

NIONIO是Java继传统的阻塞IO后推出的新的IO模型,是一种同步非阻塞的模型,还有一种异步IO是叫做NIO2(AIO),这种IO是IO模型中异步IO的实现,但是在Linux上由于epoll支持的不太好,所以并未广泛使用IO模型IO模型一共有五种阻塞式IO非阻塞式IO异步IO信号量IOIO复用J

thumbnail of the cover of the post

Flowable--表结构

最近因为工作中要用到Flowable,因为以前接触过一些activiti的知识,所以上手比较好上手,这里记录部分需要记录的知识,部分笔记来自于https://www.bilibili.com/video/BV1bq4y1v7BQ?p=2&spm_id_from=333.1007.top_ri

thumbnail of the cover of the post