Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Central1.0 #1

Merged
merged 5 commits into from
Oct 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 18 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@

### 框架介绍
### 框架介绍V1.0.0

项目框架底层基于spring研发,项目框架被设计的初衷,主要是两方面:
1. 服务于其他架构体系
2. 针对一些第三发框架的第二次优化封装。
该框架属于工具类底层框架。


### 框架支持功能如下:

1. 整合了apache http框架
2. 封装了AES Base64 Md5加密算法处理类
3. 封装了Task线程等待唤醒机制
4. 封装了Thread本地多线程同步数据汇总框架
5. 封装了本地配置资源文件读写
6. 封装了DateUtils MathUtils KidUtils JsonUtils 常用工具类封装


### 框架支持功能如下:
```
<dependency>
<groupId>com.github.1991wangliang</groupId>
<artifactId>lorne_core</artifactId>
<version>1.0.0</version>
</dependency>
```

1. 基于springmvc封装了RestController
2. 定义了db框架的注解
3. 定义了项目的异常
4. 整合了Redis框架的RedisUtils框架
5. 整合了apache http框架
6. 封装了AES Base64 Md5加密算法处理类
7. 封装了Task线程等待唤醒机制
8. 封装了Thread本地多线程同步数据汇总框架
9. 封装了本地配置资源文件读写
10. 封装了DateUtils MathUtils KidUtils JsonUtils 常用工具类封装

详细请看
[demo框架](https://github.com/1991wangliang/lorne_core_demo)
Loading