Skip to content

StasKolodyuk/osgi-spring-boot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSGI Spring Boot Demo

This is a demo application that shows that it's possible to run Spring Boot apps in OSGI container.

To produce bundle run mvn clean install. It will be available in target/deploy. To produce and deploy bundle to Docker Apache Karaf container run mvn clean install -Pdocker. It will create docker container for 5 mins.

To verify that app is working try access http://localhost:9015/echo endpoint.

$ curl http://localhost:9015/echo
echo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published