Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 764 Bytes

UNIQUE_SERVER_CONSOLE.md

File metadata and controls

48 lines (32 loc) · 764 Bytes

Unique Server Console

Dependency

To use the unique-server-console module, you need to include the unique-server-console-0.1.0.jar file and its dependencies in the classpath.

If you are using Maven just add the following dependency to your pom.xml:

<dependency>
    <groupId>io.leego</groupId>
    <artifactId>unique-server-console</artifactId>
    <version>0.1.0</version>
</dependency>

Configuration

Properties

spring.unique.console.enabled=true

Yaml

spring:
  unique:
    console:
      enabled: true

Console access address:

http://${host}:${port}/unique/console.html

Console Page

Standalone

Standalone

Cluster

Cluster