Skip to content

bhargavprajapatiFynd/example-extension-java-vue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Java-Vue 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 Java + Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 58.5%
  • Vue 24.0%
  • JavaScript 14.6%
  • HTML 2.9%