... | ... | @@ -15,11 +15,13 @@ |
|
|
### MAVEN项目集成
|
|
|
|
|
|
pom依赖
|
|
|
` <dependency>
|
|
|
```
|
|
|
<dependency>
|
|
|
<groupId>com.think</groupId>
|
|
|
<artifactId>think-core</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.think</groupId>
|
|
|
<artifactId>think-data-base</artifactId>
|
|
|
</dependency>` |
|
|
</dependency>
|
|
|
``` |