我把它放在项目文件夹中,但当我通过Netbeans IDE打开它时-我得到一个错误(项目无法加载)和缺少带有代码的包,奇怪的是,它在另一台计算机上打开项目时没有问题,在处理POMs时遇到了一些问题:
[ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter:jar is missing:spring-core:jar is missing. @
我将spring-boot父版本从1.2.5更新到1.5.9。<parent> <artifactId>spring-boot-starter-parent</artifactIdProject build error: 'dependencies.dependency.version' for or
(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.3.RELEASE.jar:2.0.3.REL