# dynamic-config-redis-example **Repository Path**: dousx-coder/dynamic-config-redis-example ## Basic Information - **Project Name**: dynamic-config-redis-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-02 - **Last Updated**: 2025-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [dynamic-config-redis](https://github.com/dousx-coder/dynamic-config-redis) docker 部署步骤 1. 先打包 ```shell gradle clean bootJar ``` 2. 构建镜像(修改版本号) ```shell docker build -t dcrx:0.1 . ``` 3. 运行 ```shell docker run -d -p 7210:7210 --name=dcrx dcrx:0.1 ```