Flea Framework, named Flea, which originates from the flea market graduation project of the author Huazie, and the first version of the code comes from it. In addition, when we mention fleas, we naturally think of their small size and ubiquitous characteristics. This is also the goal that the Flea Framework has been working hard to become a small and easy-to-use Java application basic development framework.
| Module | Name | Description |
|---|---|---|
| flea-algorithm | Flea General Algorithm Package | Java implementation of various algorithms(Continuous replenishment) |
| flea-auth | Flea Authorization Operation Package | Authorization four sub modules, including User, Role, Privilege and Function |
| flea-framework-bom | Flea Framework Dependency List | You can use it to import Flea Framework dependencies in pom mode |
| flea-cache | Flea Cache Processing Package | Integrate various caches, including MemCached and Redis |
| flea-common | Flea Util Package | Internationalization, Logging, Object Pool, Strategy, Dynamic Proxy, JSON and XML Processing and other tool classes |
| flea-config | Flea Configuration Package | The configuration of each module of the Flea Framework is in the directory of [flea]. It also includes JPA configuration, Spring configuration, etc |
| flea-core | Flea Core Logic Package | Configuration library code, Flea request processing |
| flea-db | Flea Data Persistence Package | JPA implementation of split databases and split tables [Based on EclipseLink], Simple encapsulation of native JDBC |
| flea-jersey | Flea Jersey Server Package | Flea Jersey three sub modules, including Client, Server and General Processing |
| flea-job | Flea Dispatch Processing Package | Coming soon... |
| flea-msg | Flea Message Processing Package | Coming soon... |
| flea-tools | Flea GUI Tools | Unicode Conversion Tool, JPA Code Generator |
https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-auth/
https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-cache/
https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-db/
https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-common/
https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-jersey/
https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-msg/