project.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. ---
  2. # The name of your project
  3. title: Spring Data JPA
  4. badges:
  5. # Specify your project's twitter handle, if any. Delete if none.
  6. twitter: SpringData
  7. # Customize your project's badges. Delete any entries that do not apply.
  8. custom:
  9. - name: Source (GitHub)
  10. url: https://github.com/spring-projects/spring-data-jpa
  11. icon: github
  12. - name: Issues (JIRA)
  13. url: https://jira.springsource.org/browse/DATAJPA
  14. icon: tracking
  15. - name: CI (Bamboo)
  16. url: https://build.springsource.org/browse/SPRINGDATAJPA
  17. icon: ci
  18. - name: Forum
  19. url: https://forum.spring.io/forum/spring-projects/data
  20. icon: forum
  21. - name: StackOverflow
  22. url: https://stackoverflow.com/questions/tagged/spring-data-jpa
  23. icon: stackoverflow
  24. - name: Metrics (SonarQube)
  25. url: https://sonar.springsource.org/dashboard/index/org.springframework.data:spring-data-jpa
  26. icon: metrics
  27. ---
  28. <!DOCTYPE HTML>
  29. <html lang="en-US">
  30. <!-- Specify the parent of this project (or delete if none) to influence the rendering of the breadcrumb -->
  31. {% capture parent_link %}
  32. [Spring Parent]({{ site.projects_site_url }}/spring-parent)
  33. {% endcapture %}
  34. {% capture billboard_description %}
  35. **PROJECT DESCRIPTION** Corpus callosum,
  36. [the carbon](#) in our apple pies a mote of dust suspended in a
  37. sunbeam. Muse about! Venture galaxies a billion trillion extraordinary
  38. claims require extraordinary evidence, consciousness a mote of dust
  39. suspended in a sunbeam Apollonius of [Perga Euclid](#) inconspicuous
  40. motes of rock and gas made in the interiors of collapsing stars.
  41. {% endcapture %}
  42. {% capture main_content %}
  43. **INTRODUCTORY PARAGRAPHS** Birth, a very small stage in a vast cosmic
  44. arena extraordinary claims require extraordinary evidence! Flatland
  45. Apollonius of Perga culture inconspicuous motes of rock and gas realm
  46. of the galaxies quasar, corpus callosum, galaxies Drake Equation ship
  47. of the imagination [Jean-François Champollion](#). Galaxies Hypatia!
  48. Trillion tingling of the spine the only home we've ever known
  49. extraordinary claims require extraordinary evidence stirred by
  50. starlight, culture? Flatland Tunguska event finite but unbounded
  51. corpus callosum!
  52. ## Features
  53. * Feature 1
  54. * [Feature 2](#)
  55. * Feature 3
  56. * Feature 4
  57. * ...
  58. <span id="quick-start"></span>
  59. ## Quick Start
  60. {% include download_widget.md %}
  61. ```java
  62. package foo;
  63. import foo;
  64. public class SearchController {
  65. @Foo
  66. public SearchController(SearchService searchService) {
  67. this.searchService = searchService;
  68. }
  69. public static void main(String[] args) {
  70. // This is just a test to see how a very long line works with our project css
  71. }
  72. }
  73. ```
  74. {% endcapture %}
  75. {% capture related_resources %}
  76. ### Sample Projects
  77. * [Project Name 1](#)
  78. * [Project name 2](#)
  79. * [Project name nth](#)
  80. ### Getting Started Guides
  81. * [GSG 1]({{site.main_site_url}}/guides/gs/rest-service)
  82. * [GSG 2]({{site.main_site_url}}/guides/gs/other-guide-2)
  83. * [GSG n]({{site.main_site_url}}/guides/gs/other-guide-3)
  84. ### Tutorials
  85. * [Tutorial 1]({{site.main_site_url}}/guides/tutorials/rest)
  86. * [Tutorial 2]({{site.main_site_url}}/guides/tutorials/other-2)
  87. * [Tutorial n]({{site.main_site_url}}/guides/tutorials/other-3)
  88. {% endcapture %}
  89. {% include project_page.html %}
  90. </html>