Changeset 826 for trunk/grails-app/conf
- Timestamp:
- Aug 18, 2010, 9:23:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/NimbleBootStrap.groovy
r815 r826 41 41 42 42 def init = {servletContext -> 43 44 println "Executing Nimble bootstrap..." 43 45 44 46 // The following must be executed … … 92 94 adminsService.add(admin) 93 95 } 96 97 println "Done with Nimble bootstrap" 98 94 99 } 95 100
Note: See TracChangeset
for help on using the changeset viewer.