Just another playground example. This time it demonstrates the usage of c3P0 for hibernate database environments e.g. for connection pooling. As this is a very basic example, there will be only a reduced UserController that listens on http://:
Simple deployment from Gradle to Artifactory
The maven ecosystem works perfectly together with JFrog’s Artifactory, a wide spreaded repository manager for GAV artifacts, debian artifacts, bower, npm, ….. . Gradle, the rising competitor of Maven and Ant, fits also to the maven ecosystem but tries to stay independent by providing no native support for Maven repistories but plugins with (in my […]
Custom mysql installation in Docker image with Maven
Although there is an official mysql docker image available on dockerhub, I want to show how to build an image with custom mysql installation and initial configuration resp. database and user creation.
Build springboot application together with docker image
Docker is a quite nice tool for build images and running them in a docker context. As a first step I will create a springboot application with an in memory database that provides a webservice interface for simple adding, deleting and displaying user data. This application will be compiled, packaged and married with a docker […]
Jenkins plugin for publishing build data to InfluxDB
Problem: There is no official plugin from Jenkins for publishing build data to InfluxDB. Google helped a lot and pointed me to the InfluxDB plugin from jrajala: https://github.com/jrajala-eficode/jenkins-ci.influxdb-plugin. And actually, this is a quite nice plugin, but somehow it won’t work with latest release of InfluxDB 0.10.1 as there was meanwhile a new version of […]