Skip to content

barnalib/stack-spring-mvc-liberty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot MVC Data on Liberty Stack

A minimal, runnable stack that can be used as a base for developing Spring MVC applications on liberty. This stack provides a sample application template with Spring MVC User CRUD operations, uses a in memory H2 database which can be replaced with other datasources, along with all the settings in Dockerfiles and manifests to allow you to use the Appsody CLI to test out init/run/debug/test/build/deploy .

The stack provides basic monitoring endpoints like
health check: /actuator/health
Prometheus metrics: /actuator/prometheus

Add this stack to appsody repo in your system with below command

Execute "appsody list" to verify the new stack has been added

Use "appsody init appsody-demo/mystack --overwrite" to initialize your codebase with default template
Use "appsody run" and access docker container to verify application is deployed on Liberty

http://0.0.0.0:9080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published