moved OSIV examples from spring-data-jpa-3 to spring-data-jpa-4

This commit is contained in:
fejera
2019-11-29 14:00:35 +01:00
parent e1dfff0c68
commit 41b17f7d61
16 changed files with 95 additions and 17 deletions
@@ -2,8 +2,10 @@ package com.baeldung;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
@SpringBootApplication
@EnableJpaRepositories
public class Application {
public static void main(String[] args) {