Skip to content

bhargavprajapatiFynd/example-extension-java-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Java-React Extension

Built With

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple steps :

Prerequisites

List of mandatory Services to be downloaded on your System

1. Java 14 or higher
2. Maven 
2. Redis

Steps to Execute

  • Clone the project : Git link
  • Open the Spring boot project on any IDE
  • Create a Configuration to run this application using Local Spring profile : -Dspring.profiles.active=local
  • Build Front-end dist files
    cd app
    npm i 
    npm run build
    
  • Run the application
    mvn clean
    mvn package
    mvn spring-boot:run  
    
  • Server starts on 8080

Tests

Use the Below Controller to Test the Application :

  • HealthController : Uses the Actuator Health points to check if all the resources are stable and active

      http://localhost:8080/_heathz
    

About

This is example extension sample code for Java and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.8%
  • JavaScript 26.6%
  • CSS 8.7%
  • HTML 7.9%