新增便签ruoyi-note模块

This commit is contained in:
WangHao
2020-09-13 01:04:21 +08:00
parent a1e23ed9c9
commit d32b8041ae
28 changed files with 2923 additions and 11 deletions

View File

@ -74,6 +74,12 @@
<artifactId>ruoyi-yunbookmark</artifactId>
</dependency>
<!-- 便签模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-note</artifactId>
</dependency>
</dependencies>
</project>