Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mukul273/springboot-react

Spring boot with ReactJs full stack
https://github.com/mukul273/springboot-react

api java java-8 java8 openapi3 reactjs spring spring-boot spring-data-jpa springboot springframework swagger swagger-ui swagger2

Last synced: about 2 months ago
JSON representation

Spring boot with ReactJs full stack

Awesome Lists containing this project

README

        

# springboot-react
Spring boot with ReactJs full stack

This project uses Spring boot 2.3.6, ReactJs, MySql, Spring Data JPA, Java 8, lombok etc.

This is Employee add, Update, delete and read (CRUD) Use case application

This application has been updated with OpenAPI 3.0 specification
Go to * [LocalHost OpenAPI](http://localhost:8081/v3/api-docs) ** Please change your port

TO change the API doc URL above
Please refer to the application.properties file
Look for springdoc.api-docs.path param and configure your value
** Please remember that once you customize the API url then the default v3/api-docs will
not work.

** Please append .yaml to the OpenAPI to download the API specification file,

Swagger documentation is still available
Go to * [LocalHost SwaggerDoc](http://localhost:8081/swagger-ui.html) ** Please change your port
Please specify /employee-api in the explore search