java - I am a beginner in SSM. I became famous when I imported classes under a package I wrote. Can someone please give me an answer?
PHPz2017-05-17 10:04:46
0
3
848
1.SSM framework, when importing packages, it becomes red, and pom dependencies are imported correctly. 2. It is useless to click clean in the project and then click install. 3.
First check if your package is in the lib directory. If not, it means there is a maven import error. If there is, open the project settings and see if the project uses the package.
The com.tustcs.matrix package was created by me in the folder
, so an error was reported!
Let’s review the naming convention of JAVA packages...
First check if your package is in the lib directory. If not, it means there is a maven import error. If there is, open the project settings and see if the project uses the package.
For local jar packages, search how to use local jar packages in maven