Getting Started

  1. Configure distributed-id.yaml in the configuration center with the corresponding environment information.

  2. (Optional, but required when using Redis) Configure framework-core-redis in the configuration center and provide the necessary sentinel Redis configuration.

  3. Execute script/mysql/table_init.sql in the MySQL database to initialize the tables.

  4. Clone this project and replace the relevant configuration center information in distributed-id-bootstrap/src/main/resource/environment/application.yaml, or configure the corresponding information in the project’s environment variables.

  5. Start tech.finovy.distributed.id.DistributedApplication.