Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 340 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 340 Bytes

FreeCoin

Used technologies:

  • Spring MVC, DI, Transactional
  • Hibernate
  • JSP pages

Run project steps:

  • Create new database for FreeCoin
  • Change database settings to yours
  • Package project with maven
  • Deploy it with Tomcat using maven plugin: mvn tomcat7:run

Then go to http://localhost:8080/FreeCoin/ and enjoy:)