Skip to main content

Overview

The Admin UI is a user interface to interact with the Content Server and view the contents of the Datastore. For more details, see the Atoti Server documentation.
Admin UI
Admin UI

Configuration

The Admin UI dependency is imported into the application by default. Here’s how to set it up:
  1. Create a new directory, admin-ui, within ./src/main/resources/static.
  2. Add the env.js file to /static/admin-ui directory:
  1. Import the env.js as a static resource. This can be accomplished by registering a new static resource handler to our ResourceHandlerRegistry. Here is a snippet of how to add a new static resource with the ResourceHandlerRegistry fluent API:
  1. Configure security for the Admin UI. This can be done in its own configuration class by creating a new SecurityFilterChain bean. The Admin UI is secured by default, so you need to configure the security to allow access to the Admin UI. Here is an example of how to configure the security for the Admin UI:
The Admin UI is now ready to be used.

Accessing the Admin UI

To access the Admin UI, after starting up Atoti Market Risk, navigate to the URL below and enter your credentials: http://localhost:10010/mr-application/admin/ui/index.html