About 7,030,000 results
Open links in new tab
  1. What are "Groovy" and "Grails" and what kinds of applications are …

    What is Grails? Grails (previously known as "Groovy on Grails") is a programming framework based on Groovy and inspired by Ruby on Rails (there are differences, but there are lots of …

  2. grails - setting environment variables - Stack Overflow

    Jul 26, 2015 · I'm setting up grails, and these are the commands the README indicates you should run for a unix machine. My problem is that the echo command doesn't output anything …

  3. java - Is Grails worth it? - Stack Overflow

    Nov 12, 2012 · This is half rant, half question. Is it worth using Grails? I'm trying to develop a relatively simple database-driven web application. My expertise is in Java, so naturally Grails …

  4. gradle - What is conflicting with apply plugin: "org.grails.plugins ...

    Mar 30, 2022 · apply plugin: "org.grails.plugins.views-json" Additionally, make sure you have specified the JSON views dependency at the top of your build.gradle file like so (note this is …

  5. logging - How to log SQL statements in Grails - Stack Overflow

    Mar 18, 2015 · I want to log in the console or in a file, all the queries that Grails does, to check performance. I had configured this without success. Any idea would help.

  6. How to configure a session timeout for Grails application?

    The current grails (2.x) have a very odd design approach to setting the session timeout. None of the prevailing ideas are great: comment out "//session Timeout" section the within the …

  7. javascript - Gradle Install Issue with id 'org.grails.grails-plugin ...

    Apr 18, 2019 · A problem occurred evaluating root project 'owf-auditing'. > Failed to apply plugin [id 'org.grails.grails-plugin'] > Could not get unknown property 'classesDir' for main classes of …

  8. Using Visual Studio Code for Grails development

    May 1, 2020 · IntelliJ IDEA is pretty amazing for Grails development work. It is rather demanding on resources (particularly memory), though, and takes a long while to start up, so occasionally …

  9. How to tell Grails application which environment it is in?

    It depends. If you run grails app with run-app then you can pass environment name along with run-app command. If you deploy it for example in Tomcat you create war which is environment …

  10. Grails (6.2.3) generated war file not running on tomcat 10/11

    Feb 18, 2025 · I have created a grails project using grails version 6.2.3. After this this added the quartz job dependencies and then create the class for schedule job. Command : grails create …