views.beans.detail.hbs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micronaut-control-panel-management Show documentation
Show all versions of micronaut-control-panel-management Show documentation
The Micronaut Control Panel module provides a web UI that allows you to view and manage the state of your Micronaut application, typically in a development environment.
The newest version!
{{#with controlPanel.body }}
Other beans
{{#each otherBeansByPackage as |pkg|}}
{{> "views/beans/package" parameter=pkg pkgType="other"}}
{{/each}}
Micronaut Framework beans
{{#each micronautBeansByPackage as |pkg|}}
{{> "views/beans/package" parameter=pkg pkgType="micronaut" }}
{{/each}}
{{/with}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy