Home > Back-end >  Springboot project operation problems
Springboot project operation problems

Time:11-26



Runtime error Failed to parse the configuration class [org. ZDD. Bookstore. BookstoreApplication]; Nested exception is Java. IO. FileNotFoundException: class path resource/resource. The properties always be the opened because it does not exist

Show can not find the resource. The properties of the set, some say path problem, but I figure the path configuration should be no problem, I don't know what went wrong

CodePudding user response:

Have confirmed target under this file

CodePudding user response:

Look at the target directory compiled in this file

CodePudding user response:

reference 1st floor dkwuxiang response:
did confirm target this file

Do not, how should solve?

CodePudding user response:

refer to the second floor maradona1984 response:
check target directory compiled in this file

Directory is not, how to solve?

CodePudding user response:

reference 1st floor dkwuxiang response:
did confirm target this file

Thank you, has been solved

CodePudding user response:

Maven clean
Maven install it

CodePudding user response:

The right side of the PM on your IDEA maven, it opens at the current project name, the inside of the Lifecycle - & gt;
The clean to install all once
  • Related