Skip to content

bndynet/web-framework-for-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

,-----.   ,--.  ,--. ,------. ,--.   ,--.     ,--.  ,--. ,------. ,--------. 
|  |) /_  |  ,'.|  | |  .-.  \ \  `.'  /      |  ,'.|  | |  .---' '--.  .--' 
|  .-.  \ |  |' '  | |  |  \  : '.    /       |  |' '  | |  `--,     |  |    
|  '--' / |  | `   | |  '--'  /   |  |   .--. |  | `   | |  `---.    |  |    
`------'  `--'  `--' `-------'    `--'   '--' `--'  `--' `------'    `--'    

Web Framework - A starter project with basic functions for Spring Boot

Build Status

NOTE : If JDBC exception occurred, please drop all tables and let it recreate automatically.

Home Page

Admin Page

Getting Started

  1. Change data source(MYSQL) url in application.yml and create your database without tables (will be generated automatically)
  2. Install dependencies
  3. mvn spring-boot:run to run application
  4. Browse http://localhost:9090