All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pages.beangle.database.index.connect.ftl Maven / Gradle / Ivy

There is a newer version: 3.5.3
Show newest version
[#ftl]
[@b.head/]
[#if datasources??] [@b.form name="dsform" action="datasource!info" target="datasource_info"]
[@b.submit value="display" /]
[/@]
[@b.div id="datasource_info" /] [#else] You has connected to ${QueryContext.datasourceBean.name}!
[#assign ds=QueryContext.datasourceBean]
dialect:${ds.provider.dialect!}
url:${ds.url}
username:${ds.username}
password:${ds.password!}
[/#if]
[@b.foot/]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy