← projects
$ Spring Infra Kit
A demo/template project containing infrastructure components I frequently use in Spring Boot projects. Can be used as a reference for Kafka module setup, security configuration, and service integrations.
- →Packaged the Kafka dependency as an independent module. Any Spring Boot service with completed YAML configuration can integrate with the Kafka infrastructure without additional development.
- →Created to eliminate repetitive infrastructure setup. When adding Kafka, security, or other components to a new service, this kit serves as the reference implementation.
JavaSpring BootKafkaInfrastructureTemplate