You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-samples
Oliver Gierke d2def68602 Cleanups Spring Data JPA example.
Various cleanups to the Spring Data JPA example, including:

* Move repositories into service package and make them package private
  thus only expose the service interfaces to clients.
* Merge HotelRepository and HotelSummaryRepository and make service
  implementations package protected.
* Introduce integration test base class to bootstrap the app as
  SpringAppliation.run would.
* Refactor central test case to rather use Spring MVC integration
  testing framework.
* Add integration tests for repositories to execute query methods.
11 years ago
..
spring-boot-sample-actuator Switch back to SNAPSHOT for dev 11 years ago
spring-boot-sample-actuator-ui Switch back to SNAPSHOT for dev 11 years ago
spring-boot-sample-batch Switch back to SNAPSHOT for dev 11 years ago
spring-boot-sample-data-jpa Cleanups Spring Data JPA example. 11 years ago
spring-boot-sample-integration Switch back to SNAPSHOT for dev 11 years ago
spring-boot-sample-jetty Switch back to SNAPSHOT for dev 11 years ago
spring-boot-sample-profile Switch back to SNAPSHOT for dev 11 years ago
spring-boot-sample-simple Switch back to SNAPSHOT for dev 11 years ago
spring-boot-sample-tomcat Switch back to SNAPSHOT for dev 11 years ago
spring-boot-sample-traditional Switch back to SNAPSHOT for dev 11 years ago
spring-boot-sample-web-static Switch back to SNAPSHOT for dev 11 years ago
spring-boot-sample-web-ui Switch back to SNAPSHOT for dev 11 years ago
spring-boot-sample-xml Switch back to SNAPSHOT for dev 11 years ago
README.md Documentation 11 years ago
pom.xml Rework POM structure 11 years ago

README.md

Spring Boot - Samples