mkyong / spring-embedded-database

Spring Embedded Database Examples

Home Page:http://www.mkyong.com/spring/spring-embedded-database-examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Embedded Database

Template for a Spring 4 MVC + Embedded Database examples, using HSQLDB, H2 and Derby.

###1. Technologies used

  • Maven 3.0
  • Spring 4.1.6.RELEASE
  • HSQLDB 2.3.2
  • H2 1.4.187
  • Derby 10.11.1.1

###2. To Run this project locally

$ git clone https://github.com/mkyong/spring-embedded-database
$ mvn jetty:run

Access http://localhost:8080/spring-mvc-db/

###3. To import this project into Eclipse IDE

  1. $ mvn eclipse:eclipse
  2. Import into Eclipse via existing projects into workspace option.
  3. Done.

###4. Project Demo Please refer to this article Spring Embedded Database examples

About

Spring Embedded Database Examples

http://www.mkyong.com/spring/spring-embedded-database-examples/

License:MIT License


Languages

Language:Java 100.0%