Java Configuration version of Kevin Bowersox's Infinite Skills Spring Data JPA Example Project (See https://www.safaribooksonline.com/library/view/spring-data-for/9781771375924/video241705.html)
Stars
0
Forks
1
Watchers
0
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
4
commits
Merge pull request #6 from jbellars/dependabot/maven/org.springframework-spring-core-5.3.18
dc8b76fView on GitHubMerge pull request #4 from jbellars/dependabot/maven/org.springframework-spring-core-4.3.21.RELEASE
d0d9b0aView on GitHubBump spring-core from 4.3.20.RELEASE to 4.3.21.RELEASE
ab9ecb3View on GitHubMerge pull request #3 from jbellars/dependabot/maven/org.springframework.data-spring-data-jpa-2.1.9.RELEASE
e048957View on GitHubBump spring-data-jpa from 2.1.1.RELEASE to 2.1.9.RELEASE
effc43aView on GitHubMerge pull request #2 from jbellars/dependabot/maven/com.h2database-h2-2.1.210
db392aeView on GitHubInserted a working segment of code from http://memorynotfound.com/asynchronous-service-with-spring-async-and-java-future/ and discovered that the try-with-resources block was killin the context before the async queries were able to complete.
9b08c8cView on GitHubMerge branch 'master' of https://github.com/jbellars/spring-data-async-queries
d738091View on GitHubAdding comments pertaining to suggestions made on StackOverflow for async annotations. (See JavaDoc) Async still doesn't appear to work.
5b206d6View on GitHubAdding Base Project for Spring Data JPA - debug project for async queries
92892f5View on GitHub