Skip to content

Add Grails like BootStrap functionality [SPR-9889] #14522

@spring-projects-issues

Description

@spring-projects-issues

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:

Metadata

Metadata

Assignees

Labels

status: declinedA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions