The AdminWebModule
provides infrastructure for building a secured administration section in your site. It sets up a default security layer with a form login, and provides a Bootstrap based layout for the UI.
Any module can provide one or more @AdminWebController
components that make up the admin UI. These will automatically be detected and mapped behind the secured Admin Web section.
Several other modules modules automatically provide a management UI if AdminWebModule is present in the application.
The Admin Web dependency is present in Across Platform.
<dependency>
<groupId>com.foreach.across.modules</groupId>
<artifactId>admin-web-module</artifactId>
</dependency>
Module name: AdminWebModule
Version | Across Core | Across Platform |
---|---|---|
4.x | 5.x | 5.x |
3.x | 3.x | 2.1.x |
1.2.x | 2.x | 2.0.x |
1.1.x | 1.1.x | 1.1.x |