Access the full course here: javabrains.io/courses/spring_bootquickstart
Learn how to create a Spring Boot project from scratch as a Maven project.
Access the full course here: javabrains.io/courses/spring_bootquickstart
Learn how to create a Spring Boot project from scratch as a Maven project.
Leave a Reply
117 Comments on "Spring Boot Quick Start 8 – Creating a Spring Boot project"
Spring boot has many opinionated maven dependency templates. spring-boot-starter-parent is one among.
ANYBODY?? Got this cvc-complex-type.2.3: Element 'project' cannot have character [children], because the type's content type is element-only
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.9.RELEASE</version></parent><dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency></dependencies>
<properties> <java.version>1.8</java.version></properties>
Hello! is this the same with the project made from start.spring.io?
Hello! is this the same with the project made from start.spring.io?
I get the following error on the <parent> line in pom.xmlDescription Error parsing lifecycle processing instructionsProject build error: 'parent.artifactId' is missing.Please suggest. on googling this i get the solution to delete .m2 folder from user repository. But i have another project which is referring to that location, so that cannot be deleted.
I get the following error on the <parent> line in pom.xmlDescription Error parsing lifecycle processing instructionsProject build error: 'parent.artifactId' is missing.Please suggest. on googling this i get the solution to delete .m2 folder from user repository. But i have another project which is referring to that location, so that cannot be deleted.
I m getting error couldn't calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins: maven-resources-plugin:jar:2.6How i can resolve this error
I m getting error couldn't calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins: maven-resources-plugin:jar:2.6How i can resolve this error
Same problem. Have you found the soln?
Thanks a lot! You did a realy brilliant job! Great course, easy to understand. I enjoy listening, getting in touch with Spring for the first time. Thanks!!!