Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Spring startup performance #1660

Open
jazdw opened this issue Nov 5, 2020 · 0 comments
Open

Improve Spring startup performance #1660

jazdw opened this issue Nov 5, 2020 · 0 comments

Comments

@jazdw
Copy link
Contributor

jazdw commented Nov 5, 2020

  • Disable component scanning for certain classpaths and packages
  • See if there is a way to pre-register beans during build and load them from a file
  • We currently discover ModuleElemenentDefinitions from a service loader file and manually register them in Spring (see com.infiniteautomation.mango.spring.components.RegisterModuleElementDefinitions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant