摘要: 在系统lib下方有几个jar想导入到系统 需要在对应的模块下的pom文件中增加 <dependency> <groupId>随便</groupId> <artifactId>随便</artifactId> <version>1.0</version>必须(也是随便写) <scope>system</ 阅读全文