Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/persteenolsen/springboot-rest-mvc-jpa
- Owner: persteenolsen
- Created: 2019-05-28T15:09:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T13:55:15.000Z (over 3 years ago)
- Last Synced: 2024-11-07T09:46:23.904Z (3 months ago)
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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