Skip to content

Maher-RJ/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages