logo
0
0
Login
Huazie<huazie.lgh@gmail.com>
Mod:更新文档链接和maven命令文档

Flea Framework

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.

Introduction

ModuleNameDescription
flea-algorithmFlea General Algorithm PackageJava implementation of various algorithms(Continuous replenishment)
flea-authFlea Authorization Operation PackageAuthorization four sub modules, including User, Role, Privilege and Function
flea-framework-bomFlea Framework Dependency ListYou can use it to import Flea Framework dependencies in pom mode
flea-cacheFlea Cache Processing PackageIntegrate various caches, including MemCached and Redis
flea-commonFlea Util PackageInternationalization, Logging, Object Pool, Strategy, Dynamic Proxy, JSON and XML Processing and other tool classes
flea-configFlea Configuration PackageThe configuration of each module of the Flea Framework is in the directory of [flea]. It also includes JPA configuration, Spring configuration, etc
flea-coreFlea Core Logic PackageConfiguration library code, Flea request processing
flea-dbFlea Data Persistence PackageJPA implementation of split databases and split tables [Based on EclipseLink], Simple encapsulation of native JDBC
flea-jerseyFlea Jersey Server PackageFlea Jersey three sub modules, including Client, Server and General Processing
flea-jobFlea Dispatch Processing PackageComing soon...
flea-msgFlea Message Processing PackageComing soon...
flea-toolsFlea GUI ToolsUnicode Conversion Tool, JPA Code Generator

Documentation

flea-auth

https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-auth/

flea-cache

https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-cache/

flea-db

https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-db/

flea-common

https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-common/

flea-jersey

https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-jersey/

flea-msg

https://blog.huazie.com/diversity/blog/?path=/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6-Flea/flea-msg/