META-INF.spring.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unabo Show documentation
Show all versions of unabo Show documentation
Unabo, the Java™ progressive ORM framework
The newest version!
{
"properties": [
{
"name": "unabo",
"type": "online.sanen.unabo.extend.spring.UnaboProperties",
"description": "Unabo Multi-link configuration."
},
{
"name": "unabo.enable",
"type": "java.lang.Boolean",
"description": "The default value is false; Sqlite connection (file name :default.sqlite) is automatically created as the default instance when there is no custom instance in the enabled state."
},
{
"name": "unabo.show-version",
"type": "java.lang.Boolean",
"description": "Print version Information."
},
{
"name": "unabo.sql-instances",
"type": "java.util.List",
"description": "An array of sql instance."
},
{
"name": "unabo.nosql-instances",
"type": "java.util.List",
"description": "An array of nosql instance."
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy