diff --git a/src/awesome/index.md b/src/awesome/index.md index c152b4d..eeb5190 100644 --- a/src/awesome/index.md +++ b/src/awesome/index.md @@ -18,6 +18,6 @@ | soybean-admin-nestjs | A NestJS-based admin system scaffold integrating CQRS, DDD architecture, and Monorepo structure. Featuring basic permission management, it offers developers a flexible, modular starting point for building modern management systems. | https://github.com/soybeanjs/soybean-admin-nestjs | | soybean-admin-quarkus | A Kotlin and Quarkus-based admin system scaffold, incorporating DDD, CQRS, and event sourcing. Built with Gradle, it aims to provide developers with a lightweight, high-performance framework for modern management system development. | https://github.com/soybeanjs/soybean-admin-quarkus | | jzero-admin | A next-generation backend management system developed based on the [jzero](https://github.com/jzero-io/jzero) scaffolding extended by the golang [go-zero](https://github.com/zeromicro/go-zero) framework, equipped with automatic server/database/client SDK code generation and support for multi-module plug-in. | https://github.com/jzero-io/jzero-admin | -| ba | Backend service integration with soybean admin based on goFrame framework, adapting to dynamic routing and interface authentication. | https://github.com/xiatianYa/Ba-Server | +| ba | Backend service integration with soybean admin based on [goFrame](https://github.com/gogf/gf) framework, adapting to dynamic routing and interface authentication. | https://github.com/xiatianYa/Ba-Server | | Vue3NaiveAdmin | Vue3NaiveAdmin is based on soybean admin and integrates with NestAdmin backend services. NestAdmin is a simple and efficient backend management system based on the latest front-end technology stack, including Nestjs, TypeScript, TypeOrm, MySQL, and Redis. Suitable for web full stack personnel to quickly develop backend management systems. | https://github.com/mrzym99/vue3-naive-admin | | soybean-admin-go | A Go backend service developed based on the Gin and GORM+Gen frameworks, integrated with the example branch of Soybean Admin. It supports dynamic routing and API permission authentication. | https://github.com/WgoW/soybean-admin-go | diff --git a/src/zh/awesome/index.md b/src/zh/awesome/index.md index 96843a3..dda1c43 100644 --- a/src/zh/awesome/index.md +++ b/src/zh/awesome/index.md @@ -20,6 +20,6 @@ | soybean-admin-nestjs | 基于 NestJS 和 CQRS 的后台管理系统脚手架,融合 DDD 驱动设计和 NestJS monorepo 结构,内置基础权限管理。为开发者提供一个灵活、模块化的起点,助力构建基础的管理系统。 | https://github.com/soybeanjs/soybean-admin-nestjs | | soybean-admin-quarkus | 基于 Kotlin 和 Quarkus 的后台管理系统脚手架,融合 DDD 驱动设计、CQRS 和事件溯源。采用 Gradle 构建,旨在为开发者提供一个轻量级、高性能的现代化管理系统开发框架。 | https://github.com/soybeanjs/soybean-admin-quarkus | | jzero-admin | 基于 golang [go-zero](https://github.com/zeromicro/go-zero) 框架扩展的 [jzero](https://github.com/jzero-io/jzero) 脚手架开发,配备服务端/数据库/客户端 SDK 代码自动生成并支持多模块插件化的下一代后台管理系统。 | https://github.com/jzero-io/jzero-admin | -| ba | 基于goFrame框架开发的后端服务对接soybean-admin,适配动态路由,接口鉴权。 | https://github.com/xiatianYa/Ba-Server | +| ba | 基于[goFrame](https://github.com/gogf/gf)框架开发的后端服务对接soybean-admin,适配动态路由,接口鉴权。 | https://github.com/xiatianYa/Ba-Server | | Vue3NaiveAdmin | Vue3NaiveAdmin基于soybean-admin,对接了NestAdmin后端服务。NestAdmin是一个简单高效的的后台管理系统,基于最新的前端技术栈,包括 Nestjs, TypeScript, TypeOrm, Mysql 和 Redis。 适用于WEB全栈人员快速开发后台管理系统。 | https://github.com/mrzym99/vue3-naive-admin | | soybean-admin-go | 基于gin+gorm+gen框架开发的go语言后端服务对接soybean-admin的example分支,适配动态路由,接口鉴权限。 | https://github.com/WgoW/soybean-admin-go |