Noida / RuoYi open source build system summary

One problem : {from} the cloud code download of view, however, the input item codes

Solution :

   Add the following dependencies, and to download the version of {spring-boot-dependencies} consistent. Inconsistency problem will be reported 2;

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.1.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Second problem : always reported {org / springframework / core / logclass can not be found

Solution : This version of the problem because, {spring-boot-starter-use 2.1.1, downloaded {spring-boot-dependencies} is this version.

Three issues : the system startup message {Caused by: java.util.zip.ZipException: invalid LOCabnormal

Workaround : Perform the same directory in the project pom {mvn dependency: purge-local-command

Guess you like

Origin www.cnblogs.com/Neil223/p/11791053.html