I can't for the life of me get my
maven project to create my bean for mongoTemplate for Autowiring. Can someone help this poor soul of a programmer?
Here is the error I keep getting:
Here is the applicationContext that is stored in my src>main>resources>Meta-inf folder:
Below is the class that I am trying to autowire this bad boy in. Pretend that It says MongoTemplate instead of MongoOperations. I tried two ways...
one to autowire and the other to just get it through a context and neither are working:
I even tried to do a application config
java class to get the mongotemplate set. Which explains the MongoOperations I was trying to use:
On last thing I was going to try but stopped because I didn't know how to set the host and all the stuff doing it this way:
^I looked at so many examples and still can't get this thing to autowire in so I can connect to my mongodb. If you have any questions please ask. I can autowire everything else in my project but I can't seem to get this mongoTemplate to follow suit.