Skip to content

Commit 9ba7acd

Browse files
author
jeremykit
committed
feat: 添加Streaming Excel Mapper和 starter
1 parent 6e2c644 commit 9ba7acd

32 files changed

Lines changed: 2824 additions & 33 deletions

.idea/encodings.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This project adheres to the Contributor Covenant Code of Conduct. By participati
7575
### 2️⃣ Clone 到本地
7676

7777
```bash
78-
git clone https://github.com/YOUR_USERNAME/parent-spring-tools.git
78+
git clone https://github.com/jeremykit/parent-spring-tools.git
7979
cd parent-spring-tools
8080
```
8181

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ git status
116116

117117
```powershell
118118
# 设置您的用户名
119-
git config --global user.name "jeremykit"
119+
git config --global user.name "yourname"
120120
121121
# 设置您的邮箱
122-
git config --global user.email "millzhang1@example.com"
122+
git config --global user.email "yourname@example.com"
123123
124124
# 查看配置
125125
git config --global --list
File renamed without changes.

0 commit comments

Comments
 (0)