Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Please give me the real world project with Spring, Hibernate [closed]

I new to Spring and Hibernate -- I have seen lot of courses and simple mini-projects, but I feel that it is not enough.

Where can I find some "real" projects where Spring is used.

My aim is to understand typical architecture of Spring application...

like image 513
Armen Avatar asked Oct 18 '22 16:10

Armen


1 Answers

This page http://www.furkanzumrut.com/open-source-project-using-spring-hibernate-techologies talks about a few open-source projects which use Spring and Hibernate.

For example:

  • Broadleaf Commerce
  • ZKSample2
  • Agile Express - a bit older, but real world one
  • Life Ray
  • Zipkin - see zipkin-server module for example
like image 64
John Hascall Avatar answered Nov 03 '22 05:11

John Hascall