Skip to content

Sandbox for exploring JRuby integration with a legacy Spring app

Notifications You must be signed in to change notification settings

nicksieger/spring-petclinic

Repository files navigation

Rails 3 + Spring Petclinic

This project showcases how you might use Rails 3 along with Spring+Hibernate and existing Java sources from the Spring Petclinic application.

Getting started

First create the database

$ mysql -u root
> create database petclinic;

Then build the legacy petstore and download all Java dependencies using maven

$ mvn package

Starting the server

$ rails server

Integration tests with cucumber

There are some basic smoke tests in the features folder. Run them with

$ rake cucumber

About

Sandbox for exploring JRuby integration with a legacy Spring app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published