You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,29 +195,29 @@ summer/
195
195
196
196
### Roadmap
197
197
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
204
204
205
205
See the issues for a full list of proposed features and known issues.
206
206
207
207
208
208
### Contributing
209
209
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
210
210
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
216
216
217
217
218
218
### License
219
219
Summer is distributed under the Apache License 2.0 License. See License.txt for more information.
0 commit comments