Maher-RJ / Library-Management-System

Made with Spring Framework and Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring-Application

  1. All the jsp views are in src/main/webapp/WEB-INF/jsp
  2. All the business logic is in the 'com.webapp.spring.services' package
  3. Create an empty database with name 'library_management' on MySQL(phpmyadmin) with port 3306 or you can change the configuration from the 'application.properties' file.
  4. The main file is in the 'com.webapp.spring' package named as WebappApplication.java

I use SpringToolSuite4 and Xampp to start my mysql and apache web server with localhost:8080

Screenshot 2020-03-02 at 03 41 43

Screenshot 2020-03-02 at 03 42 04

Screenshot 2020-03-02 at 03 42 22

About

Made with Spring Framework and Java


Languages

Language:Java 100.0%Language:CSS 0.0%