Changeset 1247 for trunk/grails-app/conf
- Timestamp:
- Dec 9, 2010, 3:47:47 PM (10 years ago)
- Location:
- trunk/grails-app/conf
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r1229 r1247 25 25 def springSecurityService 26 26 27 // inject the datasource 28 def dataSource 29 27 30 def init = { servletContext -> 28 31 // grom what's happening … … 49 52 CommunicationManager.registerRestWrapperMethodsFromSAM() 50 53 } 54 55 // automatically handle database upgrades 56 DatabaseUpgrade.handleUpgrades(dataSource) 51 57 52 58 // developmental bootstrapping:
Note: See TracChangeset
for help on using the changeset viewer.