Skip to content

avner-levy/minimal_spring_hibernate_maven_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Once a while I find myself with a need to test some hibernate feature in a standalone setup.
This project serves as a starting point to a standalone spring / jpa application.
It uses build time aspectJ weaving (for spring aspects / transaction management).
It uses a temporary embedded database but you can switch to what ever you want.
Run "mvn install" to compile the project with the tests.
Run "mvn exec:java" to run the main application.
Enjoy,
  Avner

About

A minimal setup including hibernate spring and maven

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages