基于 screw 实现一个 mvp 的数据库文档功能

This commit is contained in:
YunaiV
2021-02-17 21:47:36 +08:00
parent 74f2c8a879
commit 0f75f63c24
3 changed files with 116 additions and 3 deletions

View File

@ -55,6 +55,7 @@
<hutool.version>5.5.6</hutool.version>
<easyexcel.verion>2.2.7</easyexcel.verion>
<velocity.version>2.2</velocity.version>
<screw.version>1.0.5</screw.version>
</properties>
<!-- 依赖声明 -->
@ -234,6 +235,12 @@
<version>${velocity.version}</version>
</dependency>
<dependency>
<groupId>cn.smallbun.screw</groupId>
<artifactId>screw-core</artifactId>
<version>${screw.version}</version>
</dependency>
</dependencies>