Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/persteenolsen/springboot-mvc-jsp-jpa
- Owner: persteenolsen
- Created: 2019-03-29T18:05:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T01:14:37.000Z (over 2 years ago)
- Last Synced: 2024-11-07T09:46:25.443Z (2 months ago)
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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