... | ... | @@ -11,4 +11,15 @@ |
|
|
| 5 | think-mongo-spring | 应用中公测中 | 简单的mongoDb集成模块 |
|
|
|
| 6 | think-simple-redis | 前置规划中 | 基于redis的提供各类服务的支持,如缓存服务、状态服务等 |
|
|
|
|
|
|
## 如何使用
|
|
|
### MAVEN项目集成
|
|
|
|
|
|
pom依赖
|
|
|
` <dependency>
|
|
|
<groupId>com.think</groupId>
|
|
|
<artifactId>think-core</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.think</groupId>
|
|
|
<artifactId>think-data-base</artifactId>
|
|
|
</dependency>` |