Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/bndynet/web-framework-for-java

adminlte angularjs angularjs-material maven mysql oauth oauth2 oauth2-server restful-api spring-boot thymeleaf

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        


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

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

[![Build Status](http://jenkins.bndy.net/buildStatus/icon?job=web-framework-for-java/master)](http://jenkins.bndy.net)

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

**Home Page**

![](https://raw.githubusercontent.com/bndynet/web-framework-for-java/master/docs/img/home.png)

**Admin Page**

![](https://raw.githubusercontent.com/bndynet/web-framework-for-java/master/docs/img/admin-home.png)

## Getting Started

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

## [Wiki](https://github.com/bndynet/web-framework-for-java/wiki)

- [Build your website](https://github.com/bndynet/web-framework-for-java/wiki/Build-your-website)
- [Development](https://github.com/bndynet/web-framework-for-java/wiki/Development)
- [Implemented Features](https://github.com/bndynet/web-framework-for-java/wiki/Implemented-Features)
- [OAuth Endpoints](https://github.com/bndynet/web-framework-for-java/wiki/OAuth-Endpoints)
- [Jenkins CI](https://github.com/bndynet/web-framework-for-java/wiki/Jenkins-CI)