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.

10 Sep 2017

How to secure Rest Api with spring security rest plugin

Step by step guide for how to secure grails rest api with spring security rest plugin

20 Aug 2017

Spring Security Core : Redirect users to different screen based on role

How to redirect users to different screens after login based on roles