{"id":21083438,"url":"https://github.com/iuv/square","last_synced_at":"2025-09-17T19:04:51.050Z","repository":{"id":37163471,"uuid":"191902009","full_name":"iuv/square","owner":"iuv","description":"造一个方形的轮子","archived":false,"fork":false,"pushed_at":"2022-12-14T21:01:15.000Z","size":60,"stargazers_count":29,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-07T01:34:46.136Z","etag":null,"topics":["framework","ioc","java"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iuv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-14T08:03:15.000Z","updated_at":"2025-07-07T20:18:33.000Z","dependencies_parsed_at":"2023-01-29T01:02:36.608Z","dependency_job_id":null,"html_url":"https://github.com/iuv/square","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/iuv/square","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuv%2Fsquare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuv%2Fsquare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuv%2Fsquare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuv%2Fsquare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iuv","download_url":"https://codeload.github.com/iuv/square/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iuv%2Fsquare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275648295,"owners_count":25503197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","ioc","java"],"created_at":"2024-11-19T20:18:01.627Z","updated_at":"2025-09-17T19:04:51.008Z","avatar_url":"https://github.com/iuv.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"天天面对各种各样的轮子,有没有想过自己造一个?\n\n看过常见轮子的源码，总是感慨于复杂的设计逻辑。\n\n纸上学来终觉浅，于是乎想换个思路，如果从零开始造（抄）一个轮子，那一定会遇到很多问题，带着问题再去看，也许会容易吧（也许并不容易...）\n\n因为是第一次造轮子，造出来的东西可以想像的到有多粗糙。反正也不能跑那就定位造一个方形的轮子吧。\n\u003c!-- more --\u003e\n我先试着列了一下目录清单，写了两篇，感觉还行，但目录结构可能还是会随着造轮子的过程有所调整，到时候会在这里同步修改：\n\n\u003e[造一个方形的轮子0--起源](http://blog.jisuye.com/2019/06/18/square0/)\n\u003e\n\u003e[造一个方形的轮子1--嵌入容器](http://blog.jisuye.com/2019/06/20/square1/)\n\u003e\n\u003e[造一个方形的轮子2--添加配置](http://blog.jisuye.com/2019/06/24/square2/)\n\u003e\n\u003e[造一个方形的轮子3--控制反转](http://blog.jisuye.com/2019/06/26/square3/)\n\u003e\n\u003e[造一个方形的轮子4--依赖注入](http://blog.jisuye.com//2019/06/29/square4)\n\u003e\n\u003e[造一个方形的轮子5--数据库支持](http://blog.jisuye.com/2019/07/08/square5)\n\u003e\n\u003e[造一个方形的轮子6--Controller支持（上）](http://blog.jisuye.com//2019/07/17/square6)\n\u003e\n\u003e[造一个方形的轮子7--Controller支持（下）](http://blog.jisuye.com/2019/07/17/square7)\n\u003e\n\u003e[造一个方形的轮子8--Aop支持](http://blog.jisuye.com/2019/08/10/square8)\n\u003e\n\u003e[造一个方形的轮子9--编译打包](http://blog.jisuye.com/2019/08/15/square9)\n\u003e\n\u003e[造一个方形的轮子10--集成第三方](http://blog.jisuye.com/2019/09/09/square10)\n\u003e\n\u003e[造一个方形的轮子11--后记](http://blog.jisuye.com/2019/09/20/square11)\n\n\n\n\n项目名就叫square吧。项目地址：\n\n\u003chttps://github.com/iuv/square\u003e\n\n后续我会把每一篇对应的代码打一个tag，方便查看。\n\n文章的话会不定期更新。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiuv%2Fsquare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiuv%2Fsquare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiuv%2Fsquare/lists"}