Skip to content

bestuimaker/react-springboot-jpa-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Spring Boot Starter Kit

To put React SPA inside a war file of Spring Boot and run it in the tomcat. This starter kit is using React 17 and Spring Boot to start a full stack application using Restful APIs provided by Spring Boot.

Prerequisite

To start you need the following prerequisite in your machine.

  • JDK 11+
  • NodeJS LTS
  • GIT
  • VS code - to work with React Demo
  • Intellij/Eclips for java spring boot. You can manage it through the VS code.
  • Postgres database - to be connected through JPA

Setup

Let's begin when you are done with prerequisite.

Lets clone it

git clone https://github.com/bestuimaker/react-springboot-jpa-starter.git

cd react-springboot-jpa-starter

mvnw spring-boot:run

Once you run the server you can visit the following URL in browser

http://localhost:8787/

you can change port and other database configurations in the application.property file under resources.

Configure the application according your need!

In case you need a starter kit for React/Spring Boot without JPA then visit here

Thats all!

Help and Support

Notify me in case you need any help on it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published