Spring Social with jdbc properties
Hi I'm new in spring social, I already download some sample, it really rocks... is there any example in spring social that using local database my sql as datasource, because I really don't have any idea how to, I need some example maybe with jdbc.properties file on it like:
jdbc.driverClassName=
jdbc.url=
jdbc.username=
jdbc.password=
how can I modify spring social showcase so it can use jdbc.properties file?
I'm sorry if this question already asked before/not proper, it just bother me a lot because I don't know what to do..