nimavat.me

Java, Groovy, Grails, Spring, Vue, Ionic + Fun blog

10 Feb 2018

How to externalize logback configuration

Grails 3 comes with a default logback.groovy file which is bundled in war. This post shows How to externalize the logback configuration so that logback configuration can be changed without requiring a to deploy the war again.

7 Feb 2018

Configure session timeout for Grails 3 applications

How to configure session timeout for Grails 3 applications

10 Jan 2018

Hibernate custom UserType to store field value as Json string

Hibernate custom UserType to store field value as Json string

7 Nov 2017

How to use inplace plugins with Grails 3

How to use inplace plugins with Grails 3

1 Oct 2017

How to package common base test classes in plugin jar

How to package common base test classes in plugin jar

10 Jun 2017

Logback rolling file appender example

How to configure logback rolling file appender