Skip to content

jeka-dev/demo-build-templates-consumer

Repository files navigation

Springboot - ReactSs application built using an external template

The web application manages a list of coffee shops.

img.png

It is fully built with JeKa by using an external KBean containing the build logic. This allows to describe the whole build only by specifying the following properties mentioned below.

This KBean is designed to build a Spring-Boot project, optionally containing a ReactJs app. This includes testing with coverage, building reactJs app, running Sonarqube analysis, and creating a Docker image.

The project only needs to define what is specific (dependencies and Java version), The appId and nodeJsVersion can be optionally set to override defaults.

jeka.properties

jeka.version=0.11.0-beta.0
jeka.java.version=21

jeka.inject.classpath=dev.jeka:template-examples:0.11.0-alpha.7.1
jeka.default.kbean=dev.jeka.demo.templates.SpringBootTemplateBuild

@springBootTemplateBuild.appId=demo-templates-coffeeshop
@springBootTemplateBuild.nodeJsVersion=20.14.0



Let's see how to use it. The exposed methods are coming from SpringBootTemplateBuild class.

Setup IDE

jeka intellij: iml

Build

Help on template KBean :

jeka --doc

To create a bootable jar, containing the client app, and execute SonarQube analysis on both java and js, execute :

jeka pack

Same but passing by sonarqube quality checks, execute :

jeka packQuality

To run the bootable jar built in previous step, execute :

jeka runJar

To create a Docker image

jeka buildImage

Once the image is built built, we can run end-to-end tests on the Docker image

jeka runE2e

For CI/CD, we can run jeka pack buildImage runE2e for instance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published