Getting Started
Configure
distributed-id.yamlin the configuration center with the corresponding environment information.(Optional, but required when using Redis) Configure
framework-core-redisin the configuration center and provide the necessary sentinel Redis configuration.Execute
script/mysql/table_init.sqlin the MySQL database to initialize the tables.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.Start
tech.finovy.distributed.id.DistributedApplication.