# MicroServer **Repository Path**: liuji66/MicroServer ## Basic Information - **Project Name**: MicroServer - **Description**: 微服务模板 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-12-25 - **Last Updated**: 2024-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微服务模板 ## Git $ apt update $ apt install -y git $ git --version $ git config --global --list $ git config --global user.name "renlm" $ git config --global user.email "renlm@21cn.com" $ ssh-keygen -m PEM -t rsa -b 4096 -C "renlm@21cn.com" $ cat ~/.ssh/id_rsa.pub $ git clone -b master --single-branch git@gitee.com:renlm/MicroServer.git