Can't import lang3 packages, try adding dependencies

The package that cannot be imported into lang3 may be related to the dependency is not added, you can try to close the following dependency to pom.xml:

<dependency>
	<groupId>org.apache.commons</groupId>
	<artifactId>commons-lang3</artifactId>
	<version>3.4</version>
</dependency>

Guess you like

Origin blog.csdn.net/weixin_45753248/article/details/111505450