Skip to content

ayusuf/idea-refinery-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple little and quick project to setup a demo of a Spring Boot app communicating with Kafka on Docker.

To run Kafka do the following: 'docker-compose up -d'

To create a Docker image of the Spring Boot app run the following: './mvnw clean spring-boot:build-image'

To run Spring Boot Docker app do: 'docker run -p 8080:8080 idea-refinery-demo:0.0.1-SNAPSHOT'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages