增加 demo模块 方便参考扩展

This commit is contained in:
疯狂的狮子li
2020-12-29 10:17:44 +08:00
parent 93e7f53cf8
commit b8f6731584
10 changed files with 52 additions and 0 deletions

View File

@ -73,6 +73,12 @@
<artifactId>ruoyi-generator</artifactId>
</dependency>
<!-- demo模块 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-demo</artifactId>
</dependency>
</dependencies>
<build>