Solve the problem that Maven has imported jar package but cannot import

Some friends may have just imported the jar package in Maven like me, but there is a problem when importing the import class in the java class

Solution:

Find External Libraries-> The jar in question-> Right-click Open Libarary Settings-> Modules-> The module that the project belongs to-> Dependencies-> The jar in question-> Scope changed to Compile

 

 

Published 34 original articles · Like1 · Visits 1945

Guess you like

Origin blog.csdn.net/qq_38974638/article/details/105256467