Skip to content

Commit 7be6381

Browse files
committed
1 parent 0e0f32b commit 7be6381

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/README.template.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
= Spring Data Commons image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?search.rootProjectNames=Spring Data Core"]
2+
3+
https://projects.spring.io/spring-data/[Spring Data Commons] is part of the umbrella Spring Data project that provides shared infrastructure across the Spring Data projects. It contains technology neutral repository interfaces as well as a metadata model for persisting Java classes.
4+
5+
Our primary goals are:
6+
7+
* Powerful Repository and custom object-mapping abstractions
8+
* Support for cross-store persistence
9+
* Dynamic query generation from query method names
10+
* Implementation domain base classes providing basic properties
11+
* Support for transparent auditing (created, last changed)
12+
* Possibility to integrate custom repository code
13+
* Easy Spring integration with custom namespace
14+
15+
include::https://raw.githubusercontent.com/spring-projects/spring-data-build/refs/heads/main/etc/readme/code-of-conduct.adoc[]
16+
17+
== Getting Started
18+
19+
include::https://raw.githubusercontent.com/spring-projects/spring-data-build/refs/heads/main/etc/readme/dependencies.adoc[]
20+
21+
include::https://raw.githubusercontent.com/spring-projects/spring-data-build/refs/heads/main/etc/readme/getting-help.adoc[]
22+
23+
include::https://raw.githubusercontent.com/spring-projects/spring-data-build/refs/heads/main/etc/readme/license.adoc[]

0 commit comments

Comments
 (0)