views.health.jdbc.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 subDetails.details}}
{{#each details as |dataSource|}}
URL: {{@key}}
{{#with dataSource.details as |db|}}
Database: {{db.database}}
Version: {{db.version}}
{{/with}}
{{/each}}
{{/with}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy