# shorlink **Repository Path**: starhaonan/shorlink ## Basic Information - **Project Name**: shorlink - **Description**: Sass短连接 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-18 - **Last Updated**: 2024-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 环境要求 - jdk17 - mysql 8 - redis 7.0.5 - maven 3.8.1 - spring boot 3.0.7 - spring cloud 2022.0.3 # 快速启动 ``` ├── shortlink-admin │ ├── pom.xml │ ├── src │ │ ├── main │ │ │ ├── java │ │ │ └── resources │ │ │ ├── application.yml │ │ │ └── shardingsphere-config.yaml ``` 1. 修改数据库密码和ip地址 2. 修改redis密码和ip地址