Mybatis Plus
Mybatis Plus is an enhanced toolkit of Mybatis to simplify development.
特性
无侵入:Mybatis-Plus 在 Mybatis 的基础上进行扩展,只做增强不做改变,引入 Mybatis-Plus 不会对您现有的 Mybatis 构架产生任何影响,而且 MP 支持所有 Mybatis 原...
Auto
Auto 收集了各种自动生成 java 代码的工具。
AutoFactory
AutoFactory is a source code generator for JSR-330-compatible factories.
AutoService
AutoService is a configuration/metadata generator for
java.uti...
WebMagic
webmagic is a scalable crawler framework.
It covers the whole lifecycle of crawler: downloading, url management, content extraction and persistent.
It can simplify the development of a ...
Jsoup
Jsoup: Java HTML Parser, with best of DOM, CSS, and jquery
使用入门案例
引入
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<...