{"id":15019321,"url":"https://github.com/zhouxx/boot-plus","last_synced_at":"2025-10-24T09:30:54.135Z","repository":{"id":57716748,"uuid":"198401198","full_name":"zhouxx/boot-plus","owner":"zhouxx","description":"Boot Plus is a powerful enhanced toolkit of Spring Boot for simplify development","archived":false,"fork":false,"pushed_at":"2024-02-13T13:08:16.000Z","size":1241,"stargazers_count":25,"open_issues_count":1,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-31T00:34:36.630Z","etag":null,"topics":["boot-plus","dynamic-datasource","jackson","spring-boot","spring-cache","spring-security","swagger3"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhouxx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2019-07-23T09:46:48.000Z","updated_at":"2024-11-14T11:52:02.000Z","dependencies_parsed_at":"2023-01-28T12:31:33.347Z","dependency_job_id":"26bcb236-265b-41d7-ac12-a58caaeb7ec3","html_url":"https://github.com/zhouxx/boot-plus","commit_stats":{"total_commits":197,"total_committers":1,"mean_commits":197.0,"dds":0.0,"last_synced_commit":"bc6ca872049f4eab82e224da50fa7eb48f9b22b4"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhouxx%2Fboot-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhouxx%2Fboot-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhouxx%2Fboot-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhouxx%2Fboot-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhouxx","download_url":"https://codeload.github.com/zhouxx/boot-plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237944135,"owners_count":19391588,"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":["boot-plus","dynamic-datasource","jackson","spring-boot","spring-cache","spring-security","swagger3"],"created_at":"2024-09-24T19:53:19.945Z","updated_at":"2025-10-24T09:30:54.129Z","avatar_url":"https://github.com/zhouxx.png","language":"Java","readme":" [![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)  [![Maven central](https://img.shields.io/maven-central/v/com.alilitech/boot-plus?color=brightgreen)](https://maven-badges.herokuapp.com/maven-central/com.alilitech/boot-plus) \n\n# 简介\n\nSpring Boot虽然提供了方便地开发，但实际在项目开发中还是有太多的痛点需要我们手动处理，如：\n\n* 项目里的一些字典与字典值的转化都要手动处理\n* 跨域、校验、异常处理等\n* 权限复杂且不灵活，能不能用一个类就能实现权限的灵活扩展\n\n为了解决项目里的痛点，让开发者更专注于业务，而不是分心解决很多与业务无关的事情，我们提供了boot-plus。\n\nBoot-plus是基于Spring Boot构建的框架，提供了全套解决方案，使其开发更方便，更简单。但其不改变其原有功能，只做扩展。可单独引用各个子模块，而且对原来已有业务完全不影响。\n\n\u003e 🎉 **欢迎右上角 Star，你的鼓励是我们不断更新代码的动力**\n\u003e\n\u003e mybatis-jpa 移至 https://github.com/zhouxx/mybatis-jpa-parent\n\n# 链接\n\n  [⚡️在线文档](https://zhouxx.github.io/boot-plus/#/README)\n\n# 特性\n\n* **解耦：** 每个模块只对部分功能进行增强，可以任意搭配组合,不随意入侵不同层次模块的代码\n* **兼容：** 兼容已经开发的项目，可以直接使用，不影响原来的功能\n* **配置化：** 部分功能通过配置化就能解决项目里的痛点\n* **定制化：** 提供了优雅的扩展接口和默认实现，若用户有定制化需求可自行定制\n\n# 主要功能\n\n* **多数据源：** 动态添加数据源，可实现配置或运行时加载新的数据源\n* **web扩展：**\n  * 跨域配置化：通过配置即可实现跨域\n  * jackson扩展： 通过注解或配置可实现字典、数字、空值自动转化\n  * 统一校验、异常处理\n* **在线文档：** 提供在线API，可通过配置实现全局参数，统一授权\n* **Log：** 提供Log UI，在线修改Log级别，为调试提供优雅的定制\n* **安全框架集成：** 集成Spring Security，提供JWT和有状态Token实现，并支持多因素认证，更简单，更高效。\n\n# License\n\nBoot Plus is under the Apache 2.0 license. See the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhouxx%2Fboot-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhouxx%2Fboot-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhouxx%2Fboot-plus/lists"}