bndynet / web-framework-for-java

A seed project with spring boot for AngularJS, AngularJs Material, Thymeleaf, RESTful API, MySQL and admin panel based on AdminLTE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

A seed project with spring boot for AngularJS, AngularJs Material, Thymeleaf, RESTful API, MySQL and admin panel based on AdminLTE.

License:MIT License


Languages

Language:SCSS 58.3%Language:Java 40.9%Language:Less 0.8%