Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanpadilha/wplex-garagem-spring-boot
WPLEX Garage Project with Spring Boot Application
https://github.com/ryanpadilha/wplex-garagem-spring-boot
java-8 maven open-api-specification spring spring-boot-application swagger
Last synced: 24 days ago
JSON representation
WPLEX Garage Project with Spring Boot Application
- Host: GitHub
- URL: https://github.com/ryanpadilha/wplex-garagem-spring-boot
- Owner: ryanpadilha
- Created: 2017-04-04T18:54:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T20:29:48.000Z (over 6 years ago)
- Last Synced: 2024-10-01T07:01:32.237Z (about 1 month ago)
- Topics: java-8, maven, open-api-specification, spring, spring-boot-application, swagger
- Language: HTML
- Homepage:
- Size: 636 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wplex-garagem-spring-boot
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
WPLEX Garage Project with Spring Boot Application 1.5.
Demo Application running on [https://wplex-app.herokuapp.com/](https://wplex-app.herokuapp.com/)- Support Spring MVC and RESTful webservices.
- The application is deployed on [Heroku](https://www.heroku.com/) Plataform.
- Spring Datasource uses HikariCP for Database Connection Pooling.
- Relational Database is MySQL with Spring Data and Hibernate.
- REST API Documantation is auto-generated by Swagger Maven Plugin.
- WEB-MVC Controller with Thymeleaf Template Engine.Swagger 2.0 Documentation on https://wplex-app.herokuapp.com/api-portal/swagger/1.0/index.html
### Requirements
- Java 1.8 or later.
- MySQL Server 5.1 or later.
- Heroku free account with verified user (for MySQL).## License
This project is developed for education and PoC goals.
Copyright 2017 © ResearchLabs under [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0)
```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```## About the author
[Ryan Padilha](http://ryanpadilha.com.br) is a JavaEE expert, SOA specialist and technical writter.
Experience of 12+ years in solution design and development software.
Working nowadays on Software Architecture, Cloud Computing and Microservices.