{"id":16423011,"url":"https://github.com/zhangyd-c/springboot-learning","last_synced_at":"2025-04-12T18:46:27.036Z","repository":{"id":19176982,"uuid":"83643156","full_name":"zhangyd-c/springboot-learning","owner":"zhangyd-c","description":":taxi: spring boot学习案例，方便spring boot 初学者快速掌握相关知识","archived":false,"fork":false,"pushed_at":"2022-06-28T15:06:51.000Z","size":1319,"stargazers_count":768,"open_issues_count":13,"forks_count":452,"subscribers_count":68,"default_branch":"master","last_synced_at":"2024-10-12T07:38:40.654Z","etag":null,"topics":["freemarker","interpreter","multidatasource","mybatis","mybatis-springboot","schedule","spring-boot","springboot","ssl","urlprovider","websocket","websockets"],"latest_commit_sha":null,"homepage":"https://www.zhyd.me","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhangyd-c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-02T06:31:20.000Z","updated_at":"2024-08-28T13:18:16.000Z","dependencies_parsed_at":"2022-08-09T14:00:31.247Z","dependency_job_id":null,"html_url":"https://github.com/zhangyd-c/springboot-learning","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangyd-c%2Fspringboot-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangyd-c%2Fspringboot-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangyd-c%2Fspringboot-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangyd-c%2Fspringboot-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhangyd-c","download_url":"https://codeload.github.com/zhangyd-c/springboot-learning/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248617552,"owners_count":21134193,"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","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":["freemarker","interpreter","multidatasource","mybatis","mybatis-springboot","schedule","spring-boot","springboot","ssl","urlprovider","websocket","websockets"],"created_at":"2024-10-11T07:38:36.436Z","updated_at":"2025-04-12T18:46:27.017Z","avatar_url":"https://github.com/zhangyd-c.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# springboot\nspring boot学习案例，方便spring boot 初学者快速掌握相关知识\n\n#### Springboot + maven 多模块项目\n\n- [x] 1. [springboot整合jsp](https://github.com/zhangyd-c/springboot/tree/master/springboot-jsp)\n- [x] 2. [springboot整合freemarker](https://github.com/zhangyd-c/springboot/tree/master/springboot-freemark)\n- [x] 3. [springboot整合mybatis与分页插件](https://github.com/zhangyd-c/springboot/tree/master/springboot-mybatis)\n- [x] 4. [springboot开启任务调度](https://github.com/zhangyd-c/springboot/tree/master/springboot-schedule)\n- [x] 5. [springboot整合logback](https://github.com/zhangyd-c/springboot/tree/master/springboot-logback)\n- [x] 6. [springboot使用过滤器和监听器](https://github.com/zhangyd-c/springboot/tree/master/springboot-servlet)\n- [x] 7. [springboot使用拦截器](https://github.com/zhangyd-c/springboot/tree/master/springboot-interceptor)  \n- [x] 8. [springboot使用AOP](https://github.com/zhangyd-c/springboot/tree/master/springboot-aop)\n- [x] 9. [springboot自定义异常处理页面](https://github.com/zhangyd-c/springboot/tree/master/springboot-errorpage)\n- [x] 10. [springboot统一异常处理](https://github.com/zhangyd-c/springboot/tree/master/springboot-exception)\n- [x] 11. [springboot读取*.properties和自定义properties文件](https://github.com/zhangyd-c/springboot/tree/master/springboot-property)\n- [ ] 12. springboot打包、部署\n- [ ] 13. springboot自动部署jar\n- [x] 14. [springboot整合POI导出Word文档](https://github.com/zhangyd-c/springboot/tree/master/springboot-poi)\n- [x] 15. [springboot+Redis+nginx实现负载均衡和session共享](https://github.com/zhangyd-c/springboot/tree/master/springboot-session)\n- [x] 16. [springboot+docker](https://github.com/zhangyd-c/springboot/tree/master/springboot-docker)\n- [x] 17. [springboot+mail实现邮件发送](https://github.com/zhangyd-c/springboot/tree/master/springboot-mail)\n- [x] 18. [springboot + mybatis + mapper + pageHealper 多数据源](https://github.com/zhangyd-c/springboot/tree/master/springboot-multi-datasource)\n- [x] 19. [Springboot集成SpringRestdocs生成Api文档](https://github.com/zhangyd-c/springboot/tree/master/springboot-restdocs)\n- [x] 20. [Springboot开启HTTPS](https://github.com/zhangyd-c/springboot/tree/master/springboot-ssl)\n- [x] 21. [Springboot整合Swagger2](https://github.com/zhangyd-c/springboot/tree/master/springboot-swagger)\n- [x] 22. [Springboot使用Validator校验](https://github.com/zhangyd-c/springboot/tree/master/springboot-validator)\n- [x] 23. [Springboot + WebSocket](https://github.com/zhangyd-c/springboot/tree/master/springboot-websocket)\n- [x] 24. [md5方式加密静态引用资源](https://github.com/zhangyd-c/springboot/tree/master/springboot-urlprovider)\n\n## 生命不息，折腾不止！\n### 更多信息，请关注：\n1. [我的博客](http://www.zhyd.me)\n2. [我的微博](http://weibo.com/211230415)\n3. [我的头条号](http://www.toutiao.com/c/user/3286958681/)\n4. [我的mooc](http://www.imooc.com/u/1175248/articles)\n5. [我的Gitee](https://gitee.com/yadong.zhang)\n\n### 有任何问题可以\n- [new issue](https://github.com/zhangyd-c/springboot/issues)\n- [给我留言](http://www.zhyd.me/guestbook)\n### 如果喜欢，请多多分享、多多Star\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhangyd-c%2Fspringboot-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhangyd-c%2Fspringboot-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhangyd-c%2Fspringboot-learning/lists"}