Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 772 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 772 Bytes

gorm-standalone

This project is for using GORM outside a Grails application. The GORM version is 2.0.3 for Hibernate

Requirements

First you need to setup the classpath, this project uses Gradle, but you can see the dependencies for other build systems like Maven.

Next, if you want to use GORM in your app, you need to use Spring and to define a lot of Spring Beans. In this project, you can see which beans you need to configure.

Please see the following file https://github.com/domix/gorm-standalone/blob/master/src/test/resources/appCtxDefaultGorm.xml

Simple like that, take a look into the test cases to see GORM in Action.

Enjoy and please send pull request if you want to improve this.

cheers

This project is dead soon will be archived