Skip to content

hxmn/java_school_persistence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Persistence Lecture

Packages here:

  • com.digdes.school.serialization. Common serialization techniques in Java.
  • com.digdes.school.jdbc. JDBC example
  • com.digdes.school.app. An app that showcases Spring Framework and Hibernate interaction.

Creating project

This project is created by maven archetype templating mechanism. It can be invoked by command:

mvn archetype:generate

After answering on some question you'll get a proper project structure for maven.

Testing project

mvn test