Skip to content

nesbite/liczy-grosz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#HOW TO RUN

  1. create mysql database with name "to2", user "root" and blank password.
  2. run maven goal: to2project(root) -> package
  3. executable jar file will be created in app/target/to2project.app-1.0.jar
  4. java -jar to2project.app-1.0.jar

Alternative way:

  1. create mysql database with name "to2", user "root", and blank password.
  2. just run the app in intellij "Run 'ApplicationMain'" on app/src/.../core/ApplicationMain.java

#Project structure Persistence - DAO
Domain - model classes, hibernate mapping
Service - service layer
App - controller and view layers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 98.5%
  • CSS 1.5%