Use Spring for Stardog in a Spring Boot app

I don't have a lot of experience with Stardog, but I've been experimenting to see what I can learn. As part of my study, I recently incorporated Stardog Spring into a Spring Boot web app - taking notes along the way. I seemed to have gotten it working so I posted my notes, in case they are helpful to anyone else...

See: Use Spring for Stardog in a Spring Boot application

Nice. Is there going to be a part 2? It would be nice to see what you come across as you build your application out. I was curious about what problems you had with the Java Spring configuration.

I prefer using pure Java only configuration for Spring, but I had trouble with this one, so opted to use the XML configuration.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.