jogaco / liquibase-db-migration-tutorial

Automatic Liquibase DB migration for Java web apps

Home Page:http://www.operatornew.com/2012/11/automatic-db-migration-for-java-web.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

================================================================================
             Liquibase Automatic DB migration for Java Web Apps
================================================================================
See here for more info:

http://www.operatornew.com/2012/11/automatic-db-migration-for-java-web.html



AppFuse Basic Spring MVC Archetype
--------------------------------------------------------------------------------
If you're reading this then you've created your new project using Maven and
migration.  You have only created the shell of an AppFuse Java EE
application.  The project object model (pom) is defined in the file pom.xml.
The application is ready to run as a web application. The pom.xml file is
pre-defined with Hibernate as a persistence model and Spring MVC as the web
framework.

To get started, please complete the following steps:

1. Download and install a MySQL 5.x database from 
   http://dev.mysql.com/downloads/mysql/5.0.html#downloads.

2. Run "mvn jetty:run" and view the application at http://localhost:8080.

3. More information can be found at:

   http://appfuse.org/display/APF/AppFuse+QuickStart

About

Automatic Liquibase DB migration for Java web apps

http://www.operatornew.com/2012/11/automatic-db-migration-for-java-web.html


Languages

Language:Java 56.4%Language:CSS 29.7%Language:JavaScript 13.9%Language:HTML 0.0%