web-framework-for-java
                                
                                 web-framework-for-java copied to clipboard
                                
                                    web-framework-for-java copied to clipboard
                            
                            
                            
                        A seed project with spring boot for AngularJS, AngularJs Material, Thymeleaf, RESTful API, MySQL and admin panel based on AdminLTE.
,-----.   ,--.  ,--. ,------. ,--.   ,--.     ,--.  ,--. ,------. ,--------. 
|  |) /_  |  ,'.|  | |  .-.  \ \  `.'  /      |  ,'.|  | |  .---' '--.  .--' 
|  .-.  \ |  |' '  | |  |  \  : '.    /       |  |' '  | |  `--,     |  |    
|  '--' / |  | `   | |  '--'  /   |  |   .--. |  | `   | |  `---.    |  |    
`------'  `--'  `--' `-------'    `--'   '--' `--'  `--' `------'    `--'    
Web Framework - A starter project with basic functions for Spring Boot
NOTE : If JDBC exception occurred, please drop all tables and let it recreate automatically.
Home Page

Admin Page

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