Changer de port sur une application Spring Boot

Désolé, cet article est seulement disponible en Tiếng Việt et English.

Internalisation of your Grails based application with i18n-asset-pipeline plugin

What I will present below about i18n-asset-pipeline grails plugin which is doing the same job as jquery.i18n.properties.js as such. You probably find a few implementations of jquery.i18n.properties.js on grails plugin…

Getting started with Log4j2

Désolé, cet article est seulement disponible en English.

L’opérateur de spaceship Groovy a expliqué

Have you ever heard of the spaceship operator? If it is the case, how does it look like? To be honest, I have known it recently when I used this…

(English) ArrayList in Java

Désolé, cet article est seulement disponible en English.

Utilisation des propriétés du système dans Grails

Désolé, cet article est seulement disponible en English.

(English) Online learning resources and tutorials for Grails learners

Désolé, cet article est seulement disponible en English.

(English) How to add a manifest file to jar file

(English) JAR files support a wide range of functionality, including electronic signing, version control, package sealing, and others. What gives a JAR file this versatility? The answer is the JAR file’s manifest.

The manifest is a special file that can contain information about the files packaged in a JAR file. By tailoring this « meta » information that the manifest contains, you enable the JAR file to serve a variety of purposes.

This post will explain the contents of the manifest file and show you how to work with it, with examples for the basic features:

Combine two lists in Groovy

Combination or concatenation of two or multiple lists are believed to appear quite frequently in programming. This article aims to show you how to union two lists in Groovy in…

Livres et Ouvrages du Java

This text will introduce useful learning resources for someones who want to learn Java programming language. Because resources are continuously updated, this writing is too keep up. Official Java Documentation…