mirror of
https://github.com/CarmJos/EasyConfiguration.git
synced 2026-06-04 10:38:19 +08:00
docs(readme): Add English version of README files.
This commit is contained in:
@@ -15,7 +15,7 @@ README LANGUAGES [ [**English**](README.md) | [中文](README_CN.md) ]
|
|||||||
A simple, easy-to-use and universal solution for managing configuration files.
|
A simple, easy-to-use and universal solution for managing configuration files.
|
||||||
Enjoy the ease of use with customizable formats for loading, reading, and updating your configuration files.
|
Enjoy the ease of use with customizable formats for loading, reading, and updating your configuration files.
|
||||||
|
|
||||||
## Advantages
|
## Features & Advantages
|
||||||
|
|
||||||
- Class-based mechanism for initializing, loading, retrieving, and updating configuration files, ensuring convenience and efficiency.
|
- Class-based mechanism for initializing, loading, retrieving, and updating configuration files, ensuring convenience and efficiency.
|
||||||
- Supports manual serialization and deserialization of complex configurations.
|
- Supports manual serialization and deserialization of complex configurations.
|
||||||
@@ -24,13 +24,17 @@ Enjoy the ease of use with customizable formats for loading, reading, and updati
|
|||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
For a detailed development guide, [click here](.doc/README.md). For the latest JavaDoc release, [click here](https://CarmJos.github.io/EasyConfiguration).
|
For a detailed development guide, [CLICK HERE](.doc/README.md).
|
||||||
|
|
||||||
|
For the latest JavaDoc release, [CLICK HERE](https://CarmJos.github.io/EasyConfiguration).
|
||||||
|
|
||||||
### Code Samples
|
### Code Samples
|
||||||
|
|
||||||
Check out some code demonstrations [here](demo/src/main/java/cc/carm/lib/configuration/demo/DatabaseConfiguration.java). For more examples, see the [development guide](.doc/README.md).
|
Check out some code demonstrations [HERE](demo/src/main/java/cc/carm/lib/configuration/demo/DatabaseConfiguration.java).
|
||||||
|
|
||||||
### Dependencies
|
For more examples, see the [Development Guide](.doc/README.md).
|
||||||
|
|
||||||
|
### :book: Dependencies
|
||||||
|
|
||||||
#### Maven Dependency
|
#### Maven Dependency
|
||||||
|
|
||||||
|
|||||||
+4
-2
@@ -17,9 +17,11 @@ README LANGUAGES [ [English](README.md) | [**中文**](README_CN.md) ]
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
轻松(做)配置,简单便捷的通用配置文件加载、读取与更新工具,可自定义配置格式。
|
**轻松(做)配置!**
|
||||||
|
|
||||||
## 优势
|
一款简单便捷的通用配置文件加载、读取与更新工具,可自定义配置的格式。
|
||||||
|
|
||||||
|
## 特性 & 优势
|
||||||
|
|
||||||
- 基于类的配置文件初始化、加载、获取与更新机制,方便快捷。
|
- 基于类的配置文件初始化、加载、获取与更新机制,方便快捷。
|
||||||
- 支持复杂配置的手动序列化、反序列化。
|
- 支持复杂配置的手动序列化、反序列化。
|
||||||
|
|||||||
Reference in New Issue
Block a user