更新项目文件结构,统一文档风格
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
### 步骤4:验证连接
|
||||
执行以下命令测试连接:
|
||||
```bash
|
||||
cd /Users/ainongkeji/code/vue/xlxumu/backend/database
|
||||
cd /Users/ainongkeji/code/vue/xlxumu/backend-java/services/farming-service/src/main/resources
|
||||
node database-manager.js test
|
||||
```
|
||||
|
||||
@@ -61,12 +61,12 @@ node database-manager.js reset
|
||||
|
||||
2. **执行表结构脚本**:
|
||||
```sql
|
||||
source /Users/ainongkeji/code/vue/xlxumu/backend/database/init_tables.sql;
|
||||
source /Users/ainongkeji/code/vue/xlxumu/backend-java/services/farming-service/src/main/resources/sql/init_tables.sql;
|
||||
```
|
||||
|
||||
3. **执行初始数据脚本**:
|
||||
```sql
|
||||
source /Users/ainongkeji/code/vue/xlxumu/backend/database/init_data.sql;
|
||||
source /Users/ainongkeji/code/vue/xlxumu/backend-java/services/farming-service/src/main/resources/sql/init_data.sql;
|
||||
```
|
||||
|
||||
## 数据库表结构
|
||||
|
||||
Reference in New Issue
Block a user