What do you want to save?
Add Code snippet
New code examples in category Groovy
-
Lionel Aguero 2022-01-30 21:32:07
grails 2.5.1 datasource configuration
grails.naming.entries = [ "bean/MyBeanFactory": [ auth: "Container", type: "com.mycompany.MyBean", factory: "org.apache.naming.factory.BeanFactory", bar: "23" ], ... Add solution -
Alan Plum 2021-11-10 03:49:12
gorm in grails
def b = Book.findByTitle("The Shining") b = Book.findByTitleAndAuthor("The Sum of All Fears", "Tom Clancy") b = Book.findByReleaseDateBetween(firstDate, new Date()) b = Book.findByReleaseDateGreaterThanEquals(fir... Add solution -
Larry Swatsenberg 2021-11-07 09:51:12
groovy to int
int value = "66" as Integer Add solution -
Best helpers
Ranking is empty