Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bndynet/web-framework-for-java
- Owner: bndynet
- License: mit
- Created: 2017-02-27T14:38:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T01:42:59.000Z (about 1 year ago)
- Last Synced: 2023-12-18T02:36:34.664Z (about 1 year ago)
- Topics: adminlte, angularjs, angularjs-material, maven, mysql, oauth, oauth2, oauth2-server, restful-api, spring-boot, thymeleaf
- Language: SCSS
- Homepage:
- Size: 25.8 MB
- Stars: 34
- Watchers: 9
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)