Aah, never mind.
I just had to remove the dataSource setting in the entityManagerFactory and include the sqljdbc file in the INF/Lib folder.
Everything works, this stuff is amazing. So much...
Type: Posts; User: pompomJuice; Keyword(s):
Aah, never mind.
I just had to remove the dataSource setting in the entityManagerFactory and include the sqljdbc file in the INF/Lib folder.
Everything works, this stuff is amazing. So much...
I am trying to alter the Spring Data REST demo project to point to an actual database, but it is not working.
So far I have tried the following changes, but I think I am lacking something.
...