Initialize shared gh-pages infrastructure
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
---
|
||||
layout: documentation_page
|
||||
---
|
||||
|
||||
# My Project ReadMe
|
||||
This would be taken from the project
|
||||
|
||||
|
||||
## Sub Heading
|
||||
Birth, a very small stage in a vast cosmic
|
||||
arena extraordinary claims require extraordinary evidence! Flatland
|
||||
Apollonius of Perga culture inconspicuous motes of rock and gas realm
|
||||
of the galaxies quasar, corpus callosum, galaxies Drake Equation ship
|
||||
of the imagination Jean-François Champollion. Galaxies Hypatia!
|
||||
Trillion tingling of the spine the only home we've ever known
|
||||
extraordinary claims require extraordinary evidence stirred by
|
||||
starlight, culture? Flatland Tunguska event finite but unbounded
|
||||
corpus callosum!
|
||||
|
||||
Radio telescope Orion's sword science, brain is the seed of
|
||||
intelligence. Hearts of the stars a still more glorious dawn awaits,
|
||||
how far away tendrils of gossamer clouds with pretty stories for which
|
||||
there's little good evidence!
|
||||
|
||||
Intelligent beings are creatures of the cosmos at the edge of forever
|
||||
of brilliant syntheses network of wormholes tingling of the spine not
|
||||
a sunrise but a galaxyrise prime number Vangelis gathered by gravity
|
||||
Orion's sword network of wormholes rogue tingling of the spine?
|
||||
|
||||
```java
|
||||
public static void main() {
|
||||
// long long long long long long long long long long long long long long long long long long long long long long long
|
||||
}
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
* Implementation of CRUD methods for JPA Entities
|
||||
* Dynamic query generation from query method names
|
||||
* Transparent triggering of JPA NamedQueries by query methods
|
||||
* Implementation domain base classes providing basic properties
|
||||
* Support for transparent auditing (created, last changed)
|
||||
* Possibility to integrate custom repository code
|
||||
* Easy Spring integration with custom namespace
|
||||
@@ -0,0 +1,127 @@
|
||||
---
|
||||
# The name of your project
|
||||
title: Spring Data JPA
|
||||
|
||||
badges:
|
||||
|
||||
# Specify your project's twitter handle, if any. Delete if none.
|
||||
twitter: SpringData
|
||||
|
||||
# Customize your project's badges. Delete any entries that do not apply.
|
||||
custom:
|
||||
- name: Source (GitHub)
|
||||
url: https://github.com/spring-projects/spring-data-jpa
|
||||
icon: github
|
||||
|
||||
- name: Issues (JIRA)
|
||||
url: http://jira.springsource.org/browse/DATAJPA
|
||||
icon: tracking
|
||||
|
||||
- name: CI (Bamboo)
|
||||
url: https://build.springsource.org/browse/SPRINGDATAJPA
|
||||
icon: ci
|
||||
|
||||
- name: Forum
|
||||
url: http://forum.spring.io/forum/spring-projects/data
|
||||
icon: forum
|
||||
|
||||
- name: StackOverflow
|
||||
url: http://stackoverflow.com/questions/tagged/spring-data-jpa
|
||||
icon: stackoverflow
|
||||
|
||||
- name: Metrics (SonarQube)
|
||||
url: https://sonar.springsource.org/dashboard/index/org.springframework.data:spring-data-jpa
|
||||
icon: metrics
|
||||
|
||||
---
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
|
||||
<!-- Specify the parent of this project (or delete if none) to influence the rendering of the breadcrumb -->
|
||||
{% capture parent_link %}
|
||||
[Spring Parent]({{ site.projects_site_url }}/spring-parent)
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
{% capture billboard_description %}
|
||||
|
||||
**PROJECT DESCRIPTION** Corpus callosum,
|
||||
[the carbon](#) in our apple pies a mote of dust suspended in a
|
||||
sunbeam. Muse about! Venture galaxies a billion trillion extraordinary
|
||||
claims require extraordinary evidence, consciousness a mote of dust
|
||||
suspended in a sunbeam Apollonius of [Perga Euclid](#) inconspicuous
|
||||
motes of rock and gas made in the interiors of collapsing stars.
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
{% capture main_content %}
|
||||
|
||||
**INTRODUCTORY PARAGRAPHS** Birth, a very small stage in a vast cosmic
|
||||
arena extraordinary claims require extraordinary evidence! Flatland
|
||||
Apollonius of Perga culture inconspicuous motes of rock and gas realm
|
||||
of the galaxies quasar, corpus callosum, galaxies Drake Equation ship
|
||||
of the imagination [Jean-François Champollion](#). Galaxies Hypatia!
|
||||
Trillion tingling of the spine the only home we've ever known
|
||||
extraordinary claims require extraordinary evidence stirred by
|
||||
starlight, culture? Flatland Tunguska event finite but unbounded
|
||||
corpus callosum!
|
||||
|
||||
## Features
|
||||
|
||||
* Feature 1
|
||||
* [Feature 2](#)
|
||||
* Feature 3
|
||||
* Feature 4
|
||||
* ...
|
||||
|
||||
<span id="quick-start"></span>
|
||||
## Quick Start
|
||||
|
||||
{% include download_widget.md %}
|
||||
|
||||
|
||||
```java
|
||||
package foo;
|
||||
|
||||
import foo;
|
||||
|
||||
public class SearchController {
|
||||
|
||||
@Foo
|
||||
public SearchController(SearchService searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
// This is just a test to see how a very long line works with our project css
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
{% capture related_resources %}
|
||||
|
||||
### Sample Projects
|
||||
|
||||
* [Project Name 1](#)
|
||||
* [Project name 2](#)
|
||||
* [Project name nth](#)
|
||||
|
||||
### Getting Started Guides
|
||||
|
||||
* [GSG 1]({{site.main_site_url}}/guides/gs/rest-service)
|
||||
* [GSG 2]({{site.main_site_url}}/guides/gs/other-guide-2)
|
||||
* [GSG n]({{site.main_site_url}}/guides/gs/other-guide-3)
|
||||
|
||||
### Tutorials
|
||||
|
||||
* [Tutorial 1]({{site.main_site_url}}/guides/tutorials/rest)
|
||||
* [Tutorial 2]({{site.main_site_url}}/guides/tutorials/other-2)
|
||||
* [Tutorial n]({{site.main_site_url}}/guides/tutorials/other-3)
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
{% include project_page.html %}
|
||||
</html>
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
---
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
{% capture billboard_description %}
|
||||
Spring Data makes it easier to build Spring-powered applications that use new data access
|
||||
technologies such as non-relational databases, map-reduce frameworks, and cloud based data services
|
||||
as well as provide improved support for relational database technologies.
|
||||
Spring Data is an umbrella open source project which contains many subprojects that are specific
|
||||
to a given database. The projects are developed by working together with many of the companies
|
||||
and developers that are behind these exciting technologies.
|
||||
{% endcapture %}
|
||||
|
||||
{% capture main_content %}
|
||||
|
||||
{% capture project_description %}
|
||||
Hearts of the stars brain is the seed of intelligence consciousness extraplanetary shores of the cosmic ocean! As a patch of light paroxysm of global death? Inconspicuous motes of rock and gas.
|
||||
{% endcapture %}
|
||||
{% include project_block.md site_url="http://www.spring.io" repo_url="http://github.com/sprinframework" project_title="Spring Framework" project_description=project_description %}
|
||||
|
||||
{% capture project_description %}
|
||||
This is Apache Hadoop Hadoop!
|
||||
{% endcapture %}
|
||||
{% include project_block.md site_url="http://www.spring.io" repo_url="http://github.com/spring_hadoop" project_title="Apache Hadoop" project_description=project_description %}
|
||||
|
||||
{% capture project_description %}
|
||||
Hearts of the stars brain is the seed of intelligence consciousness extraplanetary shores of the cosmic ocean! As a patch of light paroxysm of global death? Inconspicuous motes of rock and gas.
|
||||
{% endcapture %}
|
||||
{% include project_block.md site_url="http://www.spring.io" repo_url="http://github.com/sprinframework" project_title="Spring Framework" project_description=project_description %}
|
||||
|
||||
{% capture project_description %}
|
||||
This is Apache Hadoop Hadoop!
|
||||
{% endcapture %}
|
||||
{% include project_block.md site_url="http://www.spring.io" repo_url="http://github.com/spring_hadoop" project_title="Apache Hadoop" project_description=project_description %}
|
||||
|
||||
{% capture project_description %}
|
||||
Hearts of the stars brain is the seed of intelligence consciousness extraplanetary shores of the cosmic ocean! As a patch of light paroxysm of global death? Inconspicuous motes of rock and gas.
|
||||
{% endcapture %}
|
||||
{% include project_block.md site_url="http://www.spring.io" repo_url="http://github.com/sprinframework" project_title="Spring Framework" project_description=project_description %}
|
||||
|
||||
{% capture project_description %}
|
||||
This is Apache Hadoop Hadoop!
|
||||
{% endcapture %}
|
||||
{% include project_block.md site_url="http://www.spring.io" repo_url="http://github.com/spring_hadoop" project_title="Apache Hadoop" project_description=project_description %}
|
||||
|
||||
{% capture project_description %}
|
||||
Hearts of the stars brain is the seed of intelligence consciousness extraplanetary shores of the cosmic ocean! As a patch of light paroxysm of global death? Inconspicuous motes of rock and gas.
|
||||
{% endcapture %}
|
||||
{% include project_block.md site_url="http://www.spring.io" repo_url="http://github.com/sprinframework" project_title="Spring Framework" project_description=project_description %}
|
||||
|
||||
{% capture project_description %}
|
||||
This is Apache Hadoop Hadoop!
|
||||
{% endcapture %}
|
||||
{% include project_block.md site_url="http://www.spring.io" repo_url="http://github.com/spring_hadoop" project_title="Apache Hadoop" project_description=project_description %}
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
{% include project_group_page.html %}
|
||||
</html>
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
layout: default
|
||||
title: Page Title Here
|
||||
---
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
**INTRODUCTORY PARAGRAPHS** Birth, a very small stage in a vast cosmic
|
||||
arena extraordinary claims require extraordinary evidence! Flatland
|
||||
Apollonius of Perga culture inconspicuous motes of rock and gas realm
|
||||
of the galaxies quasar, corpus callosum, galaxies Drake Equation ship
|
||||
of the imagination Jean-François Champollion. Galaxies Hypatia!
|
||||
Trillion tingling of the spine the only home we've ever known
|
||||
extraordinary claims require extraordinary evidence stirred by
|
||||
starlight, culture? Flatland Tunguska event finite but unbounded
|
||||
corpus callosum!
|
||||
|
||||
Radio telescope Orion's sword science, brain is the seed of
|
||||
intelligence. Hearts of the stars a still more glorious dawn awaits,
|
||||
how far away tendrils of gossamer clouds with pretty stories for which
|
||||
there's little good evidence!
|
||||
|
||||
Intelligent beings are creatures of the cosmos at the edge of forever
|
||||
of brilliant syntheses network of wormholes tingling of the spine not
|
||||
a sunrise but a galaxyrise prime number Vangelis gathered by gravity
|
||||
Orion's sword network of wormholes rogue tingling of the spine?
|
||||
|
||||
## Features
|
||||
|
||||
* Implementation of CRUD methods for JPA Entities
|
||||
* Dynamic query generation from query method names
|
||||
* Transparent triggering of JPA NamedQueries by query methods
|
||||
* Implementation domain base classes providing basic properties
|
||||
* Support for transparent auditing (created, last changed)
|
||||
* Possibility to integrate custom repository code
|
||||
* Easy Spring integration with custom namespace
|
||||
</html>
|
||||
Reference in New Issue
Block a user