Spring Social + Spring MVC + Maven

364 Views Asked by At

Since this morning i'm trying to make a simple mvc + spring social maven application (without using spring boot or gradel).

i'm missing the configuration files, i dont know how to do so,i allready tried the few examples on internet but without any issue.

please anyway can provide me with a simple working application/article ?

thanks in advance.

1

There are 1 best solutions below

3
On BEST ANSWER

Here is one that we found to work and is simple enough to understand.

http://www.petrikainulainen.net/programming/spring-framework/adding-social-sign-in-to-a-spring-mvc-web-application-configuration/

The site has multiple categories of Spring Social as well http://www.petrikainulainen.net/spring-social-tutorial/

If you still have issues, paste your code and error in the question to help figure them out.