David Krider
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Created Is it possible to show the jar's/libraries included by a dependency in pom.xml?
AnsweredI would like to be able to map the resolved library inclusions from a dependency in the pom.xml of my project. For instance, I 'd like to be able to see which jars in the External Libraries get add... -
Created Is it possible to show the source library of an annotation?
AnsweredI'm new to Java web application development, and I'm diving straight in with all the usual libraries I see in various tutorials, including lots of Spring, and Lombok. As I paste sample code into my... -
Created Groovy console for Grails does not work
AnsweredSteps to demonstrate the problem: Create a new Grails project: untitled Create a new Grails domain class: Widget Give it one class attribute: name Run Grails command: `generate-all Widget` Debug t... -
Created Groovy Console for Grails application "unable to resolve class"
AnsweredI'm a total noob with Grails, and I just bought IDEA to try to help me get to grips. I have a simple Grails app with one domain class: Program. When I open the Groovy console, I can start typing "P...