common 模块 执行 mvn install
system 模块 执行 mvn install
出现错误
https://blog.csdn.net/SnailMann/article/details/81710461
可能没有版本号4.1.0,可以改成4.2.0重新拉下包,mvn clean compile 先试试
<!-- https://mvnrepository.com/artifact/com.ruoyi/ruoyi-common -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
<version>4.2.0</version>
</dependency>