Spring Boot Kafka Archetype

A Maven Archetype for an example spring boot application with spring-kafka

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.hey-johnnypark
ArtifactId

ArtifactId

spring-boot-kafka-archetype
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot Kafka Archetype
A Maven Archetype for an example spring boot application with spring-kafka
Project URL

Project URL

https://github.com/hey-johnnypark/spring-boot-kafka-archetype
Source Code Management

Source Code Management

https://github.com/hey-johnnypark/spring-boot-kafka-archetype

Download spring-boot-kafka-archetype

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.hey-johnnypark/spring-boot-kafka-archetype/ -->
<dependency>
    <groupId>com.github.hey-johnnypark</groupId>
    <artifactId>spring-boot-kafka-archetype</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hey-johnnypark/spring-boot-kafka-archetype/
implementation 'com.github.hey-johnnypark:spring-boot-kafka-archetype:1.0'
// https://jarcasting.com/artifacts/com.github.hey-johnnypark/spring-boot-kafka-archetype/
implementation ("com.github.hey-johnnypark:spring-boot-kafka-archetype:1.0")
'com.github.hey-johnnypark:spring-boot-kafka-archetype:jar:1.0'
<dependency org="com.github.hey-johnnypark" name="spring-boot-kafka-archetype" rev="1.0">
  <artifact name="spring-boot-kafka-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hey-johnnypark', module='spring-boot-kafka-archetype', version='1.0')
)
libraryDependencies += "com.github.hey-johnnypark" % "spring-boot-kafka-archetype" % "1.0"
[com.github.hey-johnnypark/spring-boot-kafka-archetype "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

spring-boot-kafka-archetype Build Status

Archetype for creating a spring boot application reading from a Kafka topic

Build

mvn clean install archetype:integration-test

Use

mvn archetype:generate 
-DarchetypeGroupId=com.github.hey-johnnypark 
-DarchetypeArtifactId=spring-boot-kafka-archetype 
-DarchetypeVersion=1.0

Versions

Version
1.0