Skip to content

Commit 74b4d64

Browse files
committed
Initial commit.
.gitignore is just a copy from spring-data-jpa readme.md is copied from spring-data-jpa and then almost everything removed
0 parents  commit 74b4d64

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
target/
2+
.idea/
3+
.settings/
4+
*.iml
5+
.project
6+
.classpath
7+
.springBeans
8+
.sonar4clipse
9+
*.sonar4clipseExternals

readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
# Spring Data JDBC
3+
4+
The primary goal of the [Spring Data](http://projects.spring.io/spring-data) project is to make it easier to build Spring-powered applications that use data access technologies. This module deals with enhanced support for JDBC based data access layers.
5+
6+
## Features ##
7+
8+
## Getting Help ##
9+
10+
## Quick Start ##
11+
12+
## Contributing to Spring Data JDBC ##
13+
14+
Here are some ways for you to get involved in the community:
15+
16+
* Get involved with the Spring community by helping out on [stackoverflow](http://stackoverflow.com/questions/tagged/spring-data-jdbc) by responding to questions and joining the debate.
17+
* Create [JIRA](https://jira.spring.io/browse/DATAJDBC) tickets for bugs and new features and comment and vote on the ones that you are interested in.
18+
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](http://help.github.com/forking/). If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing.
19+
* Watch for upcoming articles on Spring by [subscribing](http://spring.io/blog) to spring.io.
20+
21+
Before we accept a non-trivial patch or pull request we will need you to [sign the Contributor License Agreement](https://cla.pivotal.io/sign/spring). Signing the contributor’s agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. If you forget to do so, you'll be reminded when you submit a pull request. Active contributors might be asked to join the core team, and given the ability to merge pull requests.

0 commit comments

Comments
 (0)