META-INF.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 across-web Show documentation
Show all versions of across-web Show documentation
Across is a Java framework that aims to facilitate module based development for Java (web) applications.
It builds heavily on Spring framework and allows defining a module consisting of a number of classes and
configuration files. Every module defines its own Spring application context and can share one or more beans
with other modules.
{
"properties": [
{
"name": "across.web.registerGlobalBuilderContext",
"type": "java.lang.Boolean",
"description": "Should an interceptor be added to create a DefaultViewElementBuilderContext for every request.",
"defaultValue": true
},
{
"name": "across.web.views.thymeleaf.enabled",
"type": "java.lang.Boolean",
"description": "Enable Thymeleaf support.",
"defaultValue": true
},
{
"name": "across.web.views.jsp.enabled",
"type": "java.lang.Boolean",
"description": "Enable JSP/JSTL support.",
"defaultValue": false
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy