https://github.com/jexp/spring-data-kickstart
Kickstart projects to set up Spring Data projects
https://github.com/jexp/spring-data-kickstart
Last synced: over 1 year ago
JSON representation
Kickstart projects to set up Spring Data projects
- Host: GitHub
- URL: https://github.com/jexp/spring-data-kickstart
- Owner: jexp
- Created: 2012-10-09T07:06:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-13T03:45:38.000Z (over 13 years ago)
- Last Synced: 2025-03-23T11:33:04.583Z (over 1 year ago)
- Language: Java
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Spring Data Kickstart projects
This repository contains a collection of skeleton projects that help you set up a project using Spring Data technologies. We have dedicated folders to choose from:
- `jpa` - Spring Data JPA with XML configuration
- `jpa-javaconfig` - Spring Data JPA with JavaConfig