source:
branches/util-apps/DomainUtil/grails-app/conf/BootStrap.groovy
@
953
Last change on this file since 953 was 907, checked in by , 14 years ago | |
---|---|
File size: 88 bytes |
Rev | Line | |
---|---|---|
[907] | 1 | class BootStrap { |
[766] | 2 | |
3 | def init = { servletContext -> | |
[907] | 4 | } |
[766] | 5 | def destroy = { |
6 | } | |
[907] | 7 | } |
Note: See TracBrowser
for help on using the repository browser.