-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Marcel Overdijk opened SPR-9889 and commented
It would be very nice to have simple BootStrap functionality like Grails available:
class BootStrap {
def init = { servletContext ->
}
def destroy = {
}
}
It would be nice to configure such classes in AppConfig or maybe just an annotation would be enough?
Issue Links:
- Improved support for 'containerless' web application architectures [SPR-9888] #14521 Improved support for 'containerless' web application architectures
Metadata
Metadata
Assignees
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement