Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/persteenolsen/springboot-rest-mvc-jpa

A Java Spring Boot RESTful Web API and MVC Application
https://github.com/persteenolsen/springboot-rest-mvc-jpa

Last synced: 29 days ago
JSON representation

A Java Spring Boot RESTful Web API and MVC Application

Awesome Lists containing this project

README

        

A Java Spring Boot REST MVC Application

This Java Spring Boot REST MVC Web application was made by the following technology:

- Migration from Java 8 to Java 11
- Visual Studio Code with the Microsoft Java Extension Pack
- Microsoft Azure App Service with a Free App Service Plan for web hosting
- MS SQL Database
- REST, MVC as well as a Service and JPA Repository layer
- Maven as build tool
- JPA and Hibernate for initializing the Database
- Hibernate Validator and Apache Commons Validater for server side form validation
- A consuming jQuery REST API Client in a JSP file for the View part ( GUI )
- Bootstrap for the responsive design