Skip to content

MontealegreLuis/hibernate-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hibernate example

license Build Status codebeat badge

Example project using Hibernate.

Setup

Create a Hibernate configuration file.

$ cp hibernate.cfg.xml.dist src/main/resources/hibernate.cfg.xml

Customize the URL in the configuration file with your local database username and password.

Package and run the application with Maven

$ mvn package -Dmaven.test.skip=true
$ java -jar target/hibernate-example-1.0.0.jar

Tests

Run the JUnit test suite with Maven

$ mvn test

About

Hibernate example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages