Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1005 Bytes

File metadata and controls

15 lines (10 loc) · 1005 Bytes

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