Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jdeveloper 12C Spring Boot

JJ JohnJun 10 2017 — edited Jun 12 2017

Hi  all,

I am trying to run a spring boot application from Jdeveloper12c. I use Maven to get dependencies.  The POM has a spring-boot-starter-parent as a parent.

    <parent>

           <groupId>org.springframework.boot</groupId>

           <artifactId>spring-boot-starter-parent</artifactId>

           <version>1.5.2.RELEASE</version>

    </parent>

However,  JDeveloper libraries does not recognize the dependencies downloaded using the parent. This causes compile error when compiling the application using JDeveloper Make/Rebuild. Is there a way for classpath entries under Project Properties > Libraries and Classpath to recognize dependencies download through the POM parent.

Thank you.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2017
Added on Jun 10 2017
4 comments
1,344 views