Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 538 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 538 Bytes

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