Skip to content

gitKatia/farmshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This project uses an embedded database

An initial Stock is created and persisted at start-up

For Project build run the command

./gradlew clean build

To start the Spring boot application run the command

./gradlew bootRun

Embedded Tomcat is started on localhost:9092
Application is accessible at localhost:9092/farmshop
The H2 console is available at localhost:9092/farmshop/h2-console.
Use credentials in applications.properties

To access the Actuator endpoints:

localhost:9092/farmshop/actuator/health
localhost:9092/farmshop/actuator/info
localhost:9092/farmshop/metrics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published