数据监控默认账户密码防止越权访问

This commit is contained in:
RuoYi
2021-03-14 16:37:34 +08:00
parent 9502203bbe
commit c2e9200626
4 changed files with 11 additions and 5 deletions

View File

@ -22,11 +22,13 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
</dependency>
<!--commons-collections-->
<!-- collections工具类 -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi</groupId>