... | ... | @@ -14,14 +14,14 @@ |
|
|
## 如何使用
|
|
|
### MAVEN项目集成
|
|
|
|
|
|
pom依赖
|
|
|
pom依赖,版本号为:1.0.3-SNAPSHOT
|
|
|
```
|
|
|
<dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.think</groupId>
|
|
|
<artifactId>think-core</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.think</groupId>
|
|
|
<artifactId>think-data-base</artifactId>
|
|
|
</dependency>
|
|
|
</dependency>
|
|
|
``` |