Note : This is recommended to fetch this repo using IntelliJ IDEA with Jeka Plugin installed on.
This repository contains several independent projects built with Jeka.
A single Jeka wrapper (hosted in wrapper-common module) is used for all projects.
Clone this entire repo into Intellij to have a better exploration experience.
| Code Sample | Description | 
|---|---|
| Full Conventional | How to build a project without any build code. | 
| Task Based | If you like Ant style, for building projects. | 
| Maven Migration | How to migrate from a Maven project | 
| Springboot Props | How to build a Springboot project using props config only | 
| Springboot Base | How to write a Springboot Application as a script | 
| Kotlin Springboot ReactJs | How to integrate Kotlin and NodeJs | 
| Multi Modules | How to deal with multi-module projects | 
| Kubernetes | How to build a Springboot+MongoDb project and deploy it to Hubernetes | 
| Using External Template | How to use shared external templates |