Skip to content

Commit 09a2a69

Browse files
committed
修改文档
1 parent d703648 commit 09a2a69

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -195,29 +195,29 @@ summer/
195195

196196
### Roadmap
197197

198-
Implement basic bean definition and injection
199-
Add AOP support
200-
Improve validation module with more rules
201-
Add support for annotation-based configuration
202-
Implement @Autowired and @Component annotations
203-
Provide annotation scanning functionality
198+
- [x] Implement basic bean definition and injection
199+
- [x] Add AOP support
200+
- [ ] Improve validation module with more rules
201+
- [ ] Add support for annotation-based configuration
202+
+ [ ] Implement @Autowired and @Component annotations
203+
+ [ ] Provide annotation scanning functionality
204204

205205
See the issues for a full list of proposed features and known issues.
206206

207207

208208
### Contributing
209209
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
210210

211-
Fork the Project
212-
Create your Feature Branch (git checkout -b feature/AmazingFeature)
213-
Commit your Changes (git commit -m 'Add some AmazingFeature')
214-
Push to the Branch (git push origin feature/AmazingFeature)
215-
Open a Pull Request
211+
1. Fork the Project
212+
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
213+
3. Commit your Changes (git commit -m 'Add some AmazingFeature')
214+
4. Push to the Branch (git push origin feature/AmazingFeature)
215+
5. Open a Pull Request
216216

217217

218218
### License
219219
Summer is distributed under the Apache License 2.0 License. See License.txt for more information.
220220

221221
### Contact
222-
Email: congccoder@gmail.com
223-
Github: https://github.com/ccoderJava
222+
+ Email: congccoder@gmail.com
223+
+ Github: https://github.com/ccoderJava

0 commit comments

Comments
 (0)