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

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 6.0.0
Show newest version
{
  "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