-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #2304
- Loading branch information
Showing
39 changed files
with
215 additions
and
104 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,7 @@ target/ | |
vf.gf.* | ||
out/ | ||
_site | ||
node_modules | ||
package-lock.json | ||
package.json | ||
node |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# PACKAGES [email protected] @antora/atlas-extension:1.0.0-alpha.1 @antora/[email protected] @springio/[email protected] @asciidoctor/[email protected] @opendevise/[email protected] | ||
# | ||
# The purpose of this Antora playbook is to build the docs in the current branch. | ||
antora: | ||
extensions: | ||
- '@antora/collector-extension' | ||
- require: '@springio/antora-extensions/root-component-extension' | ||
root_component_name: 'data-rest' | ||
site: | ||
title: Spring Data REST | ||
url: https://docs.spring.io/spring-data-rest/reference/ | ||
content: | ||
sources: | ||
- url: ./../../.. | ||
branches: HEAD | ||
start_path: src/main/antora | ||
worktrees: true | ||
asciidoc: | ||
attributes: | ||
page-pagination: '' | ||
hide-uri-scheme: '@' | ||
tabs-sync-option: '@' | ||
chomp: 'all' | ||
extensions: | ||
- '@asciidoctor/tabs' | ||
- '@springio/asciidoctor-extensions' | ||
sourcemap: true | ||
urls: | ||
latest_version_segment: '' | ||
runtime: | ||
log: | ||
failure_level: warn | ||
format: pretty | ||
ui: | ||
bundle: | ||
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.5/ui-bundle.zip | ||
snapshot: true |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: data-rest | ||
version: true | ||
title: Spring Data REST | ||
nav: | ||
- modules/ROOT/nav.adoc | ||
ext: | ||
collector: | ||
- run: | ||
command: ./mvnw validate process-resources -pl :spring-data-rest-distribution -am -Pantora-process-resources | ||
local: true | ||
scan: | ||
dir: spring-data-rest-distribution/target/classes/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../spring-data-rest-tests/spring-data-rest-tests-mongodb/src/main/java/org/springframework/data/rest/tests/mongodb |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../spring-data-rest-tests/spring-data-rest-tests-security/src/test/java/org/springframework/data/rest/tests/security |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/webmvc/support |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
* xref:index.adoc[] | ||
* xref:intro.adoc[] | ||
** xref:introduction/upgrade.adoc[] | ||
** xref:introduction/getting-started.adoc[] | ||
** xref:introduction/example-api-usage-with-curl.adoc[] | ||
** xref:introduction/spring-data-rest-examples.adoc[] | ||
* xref:repository-resources.adoc[] | ||
** xref:paging-and-sorting.adoc[] | ||
** xref:projections-excerpts.adoc[] | ||
* xref:representations.adoc[Representations] | ||
* xref:etags-and-other-conditionals.adoc[Conditional Operations] | ||
* xref:validation.adoc[] | ||
* xref:events.adoc[] | ||
* xref:integration.adoc[] | ||
* xref:metadata.adoc[] | ||
* xref:security.adoc[] | ||
* xref:tools.adoc[] | ||
* xref:customizing-sdr.adoc[] | ||
** xref:customizing/configuring-the-rest-url-path.adoc[] | ||
** xref:customizing/adding-sdr-to-spring-mvc-app.adoc[] | ||
** xref:customizing/overriding-sdr-response-handlers.adoc[] | ||
** xref:customizing/customizing-json-output.adoc[] | ||
** xref:customizing/custom-jackson-deserialization.adoc[] | ||
** xref:customizing/configuring-cors.adoc[] | ||
* https://github.com/spring-projects/spring-data-commons/wiki[Wiki] |
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[[spring-data-rest-reference-documentation]] | ||
= Spring Data REST | ||
:feature-scroll: true | ||
|
||
_Spring Data REST exports Spring Data repositories as REST resources through WebMVC. | ||
It eases development of applications with a consistent programming model backed by Spring Data modules sources._ | ||
|
||
[horizontal] | ||
xref:intro.adoc[Introduction] :: Introduction to Spring Data REST and Examples | ||
xref:repository-resources.adoc[Repository Resources] :: Exporting Repositories as REST Resources | ||
xref:representations.adoc[Representations] :: Domain Object Representations (Object Mapping) | ||
xref:etags-and-other-conditionals.adoc[Conditionals] :: Conditional Operations with ETag and other Headers | ||
xref:validation.adoc[Validation] :: Validator Integration | ||
xref:events.adoc[Events] :: Listening to REST Events | ||
xref:integration.adoc[Integration] :: Integration with Spring Data REST components | ||
xref:metadata.adoc[Metadata] :: ALPS and JSON Schema | ||
xref:security.adoc[Security] :: Spring Security Integration | ||
xref:tools.adoc[Tools] :: HAL Explorer | ||
xref:customizing-sdr.adoc[Customizing] :: Tutorials and Recipes to customize Spring Data REST | ||
https://github.com/spring-projects/spring-data-commons/wiki[Wiki] :: What's New, | ||
Upgrade Notes, Supported Versions, additional cross-version information. | ||
|
||
Jon Brisbin, Oliver Drotbohm, Greg Turnquist, Jay Bryant | ||
|
||
(C) 2008-2023 VMware, Inc. | ||
|
||
Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically. |
1 change: 0 additions & 1 deletion
1
src/main/asciidoc/integration.adoc → ...ntora/modules/ROOT/pages/integration.adoc
This file contains 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
1 change: 1 addition & 0 deletions
1
src/main/asciidoc/intro.adoc → ...main/antora/modules/ROOT/pages/intro.adoc
This file contains 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
2 changes: 2 additions & 0 deletions
2
...asciidoc/example-api-usage-with-curl.adoc → ...oduction/example-api-usage-with-curl.adoc
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[[new-features]] | ||
[[upgrading]] | ||
= Upgrading Spring Data | ||
|
||
Instructions for how to upgrade from earlier versions of Spring Data are provided on the project https://github.com/spring-projects/spring-data-commons/wiki[wiki]. | ||
Follow the links in the https://github.com/spring-projects/spring-data-commons/wiki#release-notes[release notes section] to find the version that you want to upgrade to. | ||
|
||
Upgrading instructions are always the first item in the release notes. If you are more than one release behind, please make sure that you also review the release notes of the versions that you jumped. |
This file contains 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
File renamed without changes.
This file contains 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
Oops, something went wrong.