{"id":20282498,"url":"https://github.com/chao921125/java-serve","last_synced_at":"2025-07-27T14:05:26.163Z","repository":{"id":153844149,"uuid":"611763097","full_name":"chao921125/java-serve","owner":"chao921125","description":"服务架构，Java17+、SpringBoot多模块项目","archived":false,"fork":false,"pushed_at":"2025-07-12T15:32:19.000Z","size":4543,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-12T17:44:53.593Z","etag":null,"topics":["java","java-8","spring-boot"],"latest_commit_sha":null,"homepage":"https://github.com/chao921125/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chao921125.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-09T13:51:28.000Z","updated_at":"2025-07-12T15:32:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"33c557bb-d784-4a30-91f6-02ed36e8fec3","html_url":"https://github.com/chao921125/java-serve","commit_stats":null,"previous_names":["chao921125/java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chao921125/java-serve","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chao921125%2Fjava-serve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chao921125%2Fjava-serve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chao921125%2Fjava-serve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chao921125%2Fjava-serve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chao921125","download_url":"https://codeload.github.com/chao921125/java-serve/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chao921125%2Fjava-serve/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267368883,"owners_count":24076089,"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-07-27T02:00:11.917Z","response_time":82,"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":["java","java-8","spring-boot"],"created_at":"2024-11-14T14:09:39.414Z","updated_at":"2025-07-27T14:05:26.107Z","avatar_url":"https://github.com/chao921125.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 项目组成\n\n| 核心                                                                                               |\n|--------------------------------------------------------------------------------------------------|\n| [SpringBoot 配置文档](https://docs.spring.io/spring-boot/appendix/application-properties/index.html) |\n| [Maven 仓库](https://mvnrepository.com/)                                                           |\n\n| 核心                   |\n|----------------------|\n| [Spring  Boot 全家桶]() |\n\n| 持久层，数据源，CRUD 操作                       |\n|---------------------------------------|\n| [Spring JPA 复杂项目]()                   |\n| [Mybatis-Plus](https://baomidou.com/) |\n| [Mybatis 不推荐]()                       |\n| [分页功能](https://github.com/pagehelper) |\n\n| Entity VO DTO 等相互转换                                       |\n|-----------------------------------------------------------|\n| [MapStruct](https://github.com/mapstruct/mapstruct)       |\n| [ModelMapper](https://github.com/modelmapper/modelmapper) |\n| []()                                                      |\n\n|      |\n|------|\n| []() |\n\n|      |\n|------|\n| []() |\n\n| 多数据源                           |\n|--------------------------------|\n| [分表分库 Apache ShardingSphere]() |\n\n| safe auth                                                                 |\n|---------------------------------------------------------------------------|\n| [shrio 强大且灵活](https://shiro.apache.org/)                                  |\n| [spring-security 和spring结合方便](https://spring.io/projects/spring-security) |\n\n| JSON                                                   |\n|--------------------------------------------------------|\n| [FastJson](https://github.com/alibaba/fastjson)        |\n| [Gson](https://github.com/google/gson)                 |\n| [Jackson](https://github.com/FasterXML/jackson)        |\n| [Json-lib](http://json-lib.sourceforge.net/index.html) |\n\n# 推荐\n\n| AI                                                                          |\n|-----------------------------------------------------------------------------|\n| [springboot3](https://github.com/dulaiduwang003/TIME-SEA-chatgpt)           |\n| [springboot3 纯后端](https://github.com/gemingjia/gear-wenxinworkshop-starter) |\n\n# SpringBoot 学习\n\n|                                                                                    |\n|------------------------------------------------------------------------------------|\n| [SpringBoot3 examples](https://gitee.com/li_ximing/springboot30-development-guide) |\n| [SpringBoot3 examples](https://github.com/ali-bouali/spring-boot-3-jwt-security)   |\n| [SpringBoot3 examples](https://github.com/jobmission/oauth2-server)                |\n| [SpringBoot3 examples](https://github.com/eugenp/tutorials)                        |\n| [SpringBoot3 examples](https://github.com/ZHENFENG13/spring-boot-projects)         |\n| [SpringBoot3 examples](https://github.com/ityouknow/spring-boot-examples)          |\n| [SpringBoot3 examples](https://github.com/xkcoding/spring-boot-demo)               |\n\n# 项目\n\n|                                                                                                            |\n|------------------------------------------------------------------------------------------------------------|\n| [SpringBoot3 微服务商城](https://github.com/gz-yami/mall4cloud) [SpringBoot](https://github.com/gz-yami/mall4j) |\n| [springboot3 admin3](https://github.com/cjbi/admin3)                                                       |\n| [springboot3 Dice](https://github.com/bihell/Dice)                                                         |\n| [springboot3 mall](https://github.com/wayn111/waynboot-mall)                                               |\n| [springboot3 mall](https://github.com/wayn111/newbee-mall-pro)                                             |\n| [springboot3 admin](https://github.com/hb0730/boot-admin)                                                  |\n| [springboot3 continew](https://github.com/Charles7c/continew-admin)                                        |\n| [SpringBoot3 pig](https://gitee.com/log4j/pig) [lengleng](https://gitee.com/log4j)                         |\n| [SpringBoot3 springsecurity6](https://github.com/buingoctruong/springboot3-springsecurity6-jwt)            |\n| [springboot3 ScribbleHub](https://github.com/dulaiduwang003/ScribbleHub)                                   |\n| [springboot3 boot-admin](https://github.com/hb0730/boot-admin)                                             |\n| [springboot3 PlayEdu](https://github.com/PlayEdu/PlayEdu)                                                  |\n| [springboot3 demo](https://gitee.com/ckw1988/shiro-jwt-integration)                                        |\n| [springboot3 maku](https://github.com/makunet/maku-boot)                                                   |\n| [springboot3 Ruyu-Blog](https://github.com/kuailemao/Ruyu-Blog)                                            |\n| [springboot3 youlai-boot](https://github.com/haoxianrui/youlai-boot)                                       |\n| [文件管理](https://github.com/zfile-dev/zfile)                                                                 |\n| [SpringCloud](https://github.com/pig-mesh/pig)                                                             |\n\nhttps://github.com/1024-lab/smart-admin\nhttps://gitee.com/peng.liu.s/springboot3-springsecurity6-mybatisplus\n\n##### formatter command + option + L\n\n##### Settings Preferences Tools Actions on Save 【Reformat code】 【Changed lines】\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchao921125%2Fjava-serve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchao921125%2Fjava-serve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchao921125%2Fjava-serve/lists"}