-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
## legacy-lands-library | ||
|
||
This is a project that aims to encapsulate various existing libraries to facilitate the team to develop Folia plug-ins. | ||
|
||
The overall dependence is on the Fairy Framework framework. It probably doesn't have a lot of overly complex stuff, like an unnecessary repackaging of some large library. | ||
|
||
### modules | ||
|
||
- annotation - Not fully completed (annotation processor available) | ||
- configuration - Not fully completed (serialization/yaml/json/toml available) | ||
- mongodb - Not fully completed | ||
- cache - Not fully completed (L1 cache available) | ||
- cache - Not fully completed (Memory Caffeine cache available) | ||
- data - Not started yet | ||
- security - Not started yet | ||
|
||
and more... | ||
- security - Not started yet |