Skip to content

cyberalexander/book-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Library

Description

This Books Library console application is dedicated to show the core abilities of Spring & Hibernate frameworks. The project was used in IT-Academy as a training sandbox while learning spring & hibernate frameworks during java course. Later it was refactored to satisfy the modern standards of Software Development.

System name: book-library

Getting Started

Step 1 - Setup database

Step 2 - Checkout the project

Step 3 - Adjust application configuration

spring:
  datasource:
    username: ${database.username}
    password: ${database.password}
    url: jdbc:mysql:https://${database.url}/book_library

Step 4 - Build

$ mvn -U clean install

Step 5 - Run

$ mvn spring-boot:run

Menu:

img.png

About

Books library console application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages