Skip to content

vitalyorlov/medical_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#you have to read it

  1. create new file "hibernate.cfg.xml" in folder "resources"
  2. copy info form file "hibernate-example.xml" into "hibernate.cfg.xml"
  3. edit this file for your mashine(add db confing, delete instructions)

#create database

  1. cd src/main/resources/database
  2. mysql -u root -p < schema.sql

#for filling database

  1. cd src/main/resources/database
  2. mysql -u root -p < seeder.sql

About

This project is being developed as a laboratory work with modern programming platforms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published