Unable to wire RDF4JTemplate into my linked data app #4509
Replies: 3 comments
-
I'm not immediately sure what could be wrong here, but at first glance it looks like it can't find your bean definition. Are you quite your config file is in the right place and being picked up by spring? |
Beta Was this translation helpful? Give feedback.
-
I got a similar error when I tried to upgrade my project to use spring-boot-starter-parent 3.1.2 (from 2.7.12). The project compiled but I got a similar error when I ran it. |
Beta Was this translation helpful? Give feedback.
-
The spring components in RDF4J 4.x.x use spring-boot version 2.7.7. I don't believe that the spring developers have made 3.x.x compatible with 2.x.x. We would appreciate any help you can offer in migrating our spring components to spring-boot 3.1.x. |
Beta Was this translation helpful? Give feedback.
-
Starting spring boot app causes the dependency error:
Beta Was this translation helpful? Give feedback.
All reactions