{"id":38812226,"url":"https://github.com/tangllty/tang-boot","last_synced_at":"2026-01-17T12:56:32.287Z","repository":{"id":143626599,"uuid":"585187319","full_name":"tangllty/tang-boot","owner":"tangllty","description":"tang-boot is a front-end and back-end separation permission management system based on Spring Boot 3 + Spring Security + MyBatis + Redis + Jwt","archived":false,"fork":false,"pushed_at":"2025-11-24T15:45:40.000Z","size":5353,"stargazers_count":17,"open_issues_count":4,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-12T14:36:11.109Z","etag":null,"topics":["java","jwt-authentication","mybatis","permission-management","redis","spring-boot","spring-boot-3","spring-security"],"latest_commit_sha":null,"homepage":"https://tangllty.eu.org/en/tang-boot/introduction","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/tangllty.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"tangllty","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2023-01-04T14:39:27.000Z","updated_at":"2025-12-17T10:40:17.000Z","dependencies_parsed_at":"2023-11-06T02:36:46.685Z","dependency_job_id":"4af5e549-c6e9-43ce-a097-95c007eb1cca","html_url":"https://github.com/tangllty/tang-boot","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/tangllty/tang-boot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangllty%2Ftang-boot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangllty%2Ftang-boot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangllty%2Ftang-boot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangllty%2Ftang-boot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tangllty","download_url":"https://codeload.github.com/tangllty/tang-boot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangllty%2Ftang-boot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508847,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","jwt-authentication","mybatis","permission-management","redis","spring-boot","spring-boot-3","spring-security"],"created_at":"2026-01-17T12:56:31.578Z","updated_at":"2026-01-17T12:56:32.275Z","avatar_url":"https://github.com/tangllty.png","language":"Java","funding_links":["https://github.com/sponsors/tangllty"],"categories":[],"sub_categories":[],"readme":"# tang-boot\n\n[![CodeQL](https://github.com/tangllty/tang-boot/actions/workflows/codeql.yml/badge.svg)](https://github.com/tangllty/tang-boot/actions/workflows/codeql.yml)\n[![Java CI with Maven](https://github.com/tangllty/tang-boot/actions/workflows/maven.yml/badge.svg)](https://github.com/tangllty/tang-boot/actions/workflows/maven.yml)\n[![Build and Deploy](https://github.com/tangllty/tang-boot/actions/workflows/deploy.yml/badge.svg)](https://github.com/tangllty/tang-boot/actions/workflows/deploy.yml)\n\n**English** | [**简体中文**](./README.zh.md)\n\n## Project Description\n\ntang-boot is a permission management system based on Spring Boot 3, written in Java and Kotlin\n\nYou can read the [documentation](https://tangllty.eu.org/) for more information\n\n* Using Spring Boot 3 + Spring Security + MyBatis + Redis + Jwt\n* Support Java and Kotlin, etc.\n* Support MyBatis and MyBatis-Plus, etc.\n* Support chinese pinyin search\n* Permission management based on RBAC\n* Customized multiple login authentication methods\n* Dynamic permissions menu\n* Dynamic dictionary data permissions\n* API call log recording, statistics of API call time consumption\n* Code generator, one click to generate the basic front-end and back-end code\n* Encapsulate WebSocket, support heartbeat detection, reconnection mechanism, custom message type push and subscription\n* Instant messaging, sending and receiving friends and group messages anytime, anywhere, and transferring files to each other\n* Friendly code structure and comments, easy to read and secondary development\n\n## Project Preview\n\n* Online Preview: [http://116.196.102.213/](http://116.196.102.213/)\n* Account password: admin / 123456\n\n### Server Sponsorship\n\n* [@RyanHo97](https://github.com/RyanHo97/)\n\n## Environment Requirements\n\n* OpenJDK 17.0.7\n* Apache Maven 3.8.7\n* MySQL 8.3.0\n* Redis 7.2.4\n\n## Project Startup\n\n1. execute the databases/20221210.sql file ( **contains drop database statement, please check it carefully and execute the sql file** )\n2. modify tang-admin/src/main/resources/application-dev.yml password and other information\n3. modify tang-admin/src/main/resources/logback.xml log storage path\n4. ```bash\n   sh bin/package.sh \u0026\u0026 sh bin/start.sh\n   ```\n\n## Contributing\n\nIf you have any questions, suggestions, or find bugs, please submit an [Issues](https://github.com/tangllty/tang-boot/issues/new) or provide a [Pull Request](https://github.com/tangllty/tang-boot/pull/new) to help improve the project.\n\n## License\n\ntang-boot uses the MIT license. For more details, please refer to [LICENSE](https://github.com/tangllty/tang-boot/blob/master/LICENSE) files.\n\n## Project Address\n\n| Project       | Gitee                                          | GitHub                                          | GitCode                                                 |\n| ------------- | ---------------------------------------------- | ----------------------------------------------- | ------------------------------------------------------- |\n| Back End      | [tang-boot](https://gitee.com/tangllty/tang-boot) | [tang-boot](https://github.com/tangllty/tang-boot) | [tang-boot](https://gitcode.net/weixin_45456454/tang-boot) |\n| Front End     | [tang-vue](https://gitee.com/tangllty/tang-vue)   | [tang-vue](https://github.com/tangllty/tang-vue)   | [tang-vue](https://gitcode.net/weixin_45456454/tang-vue)   |\n| Documentation | [tang-docs](https://gitee.com/tangllty/tang-docs) | [tang-docs](https://github.com/tangllty/tang-docs) | [tang-docs](https://gitcode.net/weixin_45456454/tang-docs) |\n\n## Discussion Group\n\n- WeChat\n\n  - ![WeChat](https://github.com/tangllty/tang-docs/raw/master/docs/public/wechat.png)\n- Telegram\n\n  - ![Telegram](https://github.com/tangllty/tang-docs/raw/master/docs/public/telegram.png)\n- QQ\n\n  - ![QQ](https://github.com/tangllty/tang-docs/raw/master/docs/public/qq.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangllty%2Ftang-boot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangllty%2Ftang-boot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangllty%2Ftang-boot/lists"}