#55 H2 database taken to use in the example code

This commit is contained in:
Ilkka Seppala
2015-07-21 23:23:36 +03:00
parent 581ce4170e
commit 9b4db0a503
6 changed files with 36 additions and 53 deletions

View File

@ -4,11 +4,6 @@ import java.util.List;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Standalone application with Spring Data JPA, Hibernate and Maven
*
* @author DevCrumb.com
*/
public class App {
public static void main(String[] args) {
ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext(