Last active
March 14, 2018 15:58
-
-
Save chris-carneiro/6539e31411aaaacc16e78a990bc9bd22 to your computer and use it in GitHub Desktop.
[LINKS] [Spring]: DAO : JPA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Core JPA configuration | |
http://www.baeldung.com/the-persistence-layer-with-spring-and-jpa | |
# Implement the DAO with Spring and JPA | |
http://www.baeldung.com/spring-dao-jpa | |
# Difference between <context:annotation-config> vs <context:component-scan> | |
https://stackoverflow.com/questions/7414794/difference-between-contextannotation-config-vs-contextcomponent-scan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment