STS screen image I have created new maven project from start.spring.io
But after importing .jar file in STS tool its not showing src/main/java ,src/main/resources etc files
what to do any idea?
STS screen image I have created new maven project from start.spring.io
But after importing .jar file in STS tool its not showing src/main/java ,src/main/resources etc files
what to do any idea?
Your POM.xml
is indicating an error. Have look at your POM.xml
and fix the error, maybe Maven is unable to find a dependency or your POM.xml
is broken (-> bad syntax?). If Maven can properly find all dependencies and accepts your POM.xml
, STS will then show the correct Maven project structure.