David Krider
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
创建于 Is it possible to show the jar's/libraries included by a dependency in pom.xml?
已回答I 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... -
创建于 Is it possible to show the source library of an annotation?
已回答I'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... -
创建于 Groovy console for Grails does not work
已回答Steps 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... -
创建于 Groovy Console for Grails application "unable to resolve class"
已回答I'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...