Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persteenolsen/springboot-jersey-rest-jpa
A Java Spring Boot JAX-RS Jersey Rest Web Application
https://github.com/persteenolsen/springboot-jersey-rest-jpa
Last synced: 14 days ago
JSON representation
A Java Spring Boot JAX-RS Jersey Rest Web Application
- Host: GitHub
- URL: https://github.com/persteenolsen/springboot-jersey-rest-jpa
- Owner: persteenolsen
- Created: 2019-07-18T21:35:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T13:26:44.000Z (over 1 year ago)
- Last Synced: 2024-11-07T09:46:24.676Z (2 months ago)
- Language: Java
- Size: 36.1 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 JAX-RS Jersey Rest Web Application
This Java Spring Boot JAX-RS Jersey REST JPA Web application was made by the following technology:
- springboot-jersey-rest-jpa at GitHub
- Changing the MySQL DB
- Updated 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
- JVM memory have been set to an alocation of 512 MB both initial and max because of the limited physial memory
- MySQL Database
- Tomcat JDBC DataSource instead of default Hikari
- Datasource is Tomcat JDBC instead of default Hikari
- Jersey REST used for implementing JAX-RS API, MVC as well as a Service and a JPA Repository layer
- Maven as build tool
- JPA implmented by Hibernate for initializing the Database and mapping oblects to Database fields
- Hibernate Validator and Apache Commons Validater for server side form validation
- ReactJS, AngularJS and jQuery REST API Clients in JSP files for the View part ( GUI )
- Bootstrap for the responsive design