Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A Java Spring Boot MVC Web Application
https://github.com/persteenolsen/springboot-mvc-jsp-jpa

Last synced: 14 days ago
JSON representation

A Java Spring Boot MVC Web Application

Awesome Lists containing this project

README

        

Java Spring Boot MVC

This Java Spring Boot MVC Web Application alow users to see and administrate a dataset of persons.

The following technology have been used to create the application:

- 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
- 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
- JSP for the View part ( GUI )
- Bootstrap for the responsive design