mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-16 02:51:10 +00:00
Cleanup Java Classes
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
This commit is contained in:
parent
142321aa3e
commit
47dfd4f388
4 changed files with 7 additions and 9 deletions
|
|
@ -24,7 +24,6 @@ import org.springframework.context.annotation.ImportRuntimeHints;
|
|||
* PetClinic Spring Boot Application.
|
||||
*
|
||||
* @author Dave Syer
|
||||
*
|
||||
*/
|
||||
@SpringBootApplication
|
||||
@ImportRuntimeHints(PetClinicRuntimeHints.class)
|
||||
|
|
|
|||
|
|
@ -40,4 +40,4 @@ public interface PetTypeRepository extends JpaRepository<PetType, Integer> {
|
|||
@Query("SELECT ptype FROM PetType ptype ORDER BY ptype.name")
|
||||
List<PetType> findPetTypes();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue