I am developing a project in IntelliJ and I am using Angular for the frontend and Grails for the backend. The project is being built with Gradle, and I am getti
I have a read-only MySql DB replica and want to use it for all select-based GORM requests and criteria all over the project (Grails 3.1.16) Is there any beautif
I'm using the Grails 2.3.8 build system to build my Grails project (i.e., the default system built on top of Gant). When I annotate my methods with @java.lang.
If you use a controller to implement rest APIs, you want to deal with any exception thrown and return a generic or specific well formed REST response. We can't
I think I have found a bug in Grails Spring Security 3.1.1, and latest Grails 3.2.6. I have installed the Spring Security plugin. From the command line console
tl;dr: Groovy cannot find a program (phantomjs, which is on my $PATH) when I attempt to execute the shell command from a class -- it's otherwise finds it just f
I'm using media queries to import the correct stylesheet (mobile.css or main.css) in my Grails application. If I load the page with my PC, it works fine, when i
I'm using grails 2.0.4. And I want to use port:8090 instead of 8080 for localhost. So need help to change the port to 8090 permanently.
I am trying to create a specific type of background processing setup in a grails application. A fixed size thread pool exists only for the duration of the batc
In an application I am developing RESTful API and we want the client to send data as JSON. Part of this application requires the client to upload a file (usuall
I'm using Grails 3.3.9 with the spring security core plugin 3.2.3 to secure a website. The problem I have is that now users receive a 403 for pages that do not