![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/xi-yuer/go-cms
简体中文 | English
基于RBAC的权限管理系统,使用Go + Gin框架,Mysql作为数据库,前端采用 React + Antd 实现。支持国际化,主题色切换,权限控制,菜单管理,用户管理,角色管理,数据字典管理,日志管理,系统监控,代码生成器,接口文档等功能。
克隆项目到本地
https://github.com/Xi-Yuer/GO-CMS.git
安装依赖
cd server
go mod tidy
修改运行项目设置环境变量 server/config/config.go
{
NAME: "root", // 数据库用户名
PASSWORD: "xxxxxx", // 密码
HOST: "localhost", // 主机地址
DB: "cms", // 数据库名称
PORT: "3306", // 端口
}
创建MySQL运行环境
运行项目
go run server/main.go
克隆项目到本地
https://github.com/Xi-Yuer/GO-CMS.git
安装依赖
cd web
pnpm install
运行项目
pnpm run dev
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.