赞
踩
项目使用最新的技术栈(后端Java17、SpringBoot3.0,前端TypeScript、Vite3、Vue3、Element Plus),只提供了用户和权限管理的核心功能最佳实践方案,适合作为基础工程二次定制开发、接私活、源码学习等场景
https://github.com/cjbi/admin3
体验地址:
http://metacode.wetech.tech:8082/admin3
在线部署:
https://gitpod.io/#https://github.com/cjbi/admin3
测试账号:
admin / 123456
拥有所有权限
employee / employee
拥有部分权限
guest / guest
拥有查看权限
![]() | ![]() |
![]() | ![]() |
![]() |
访问 https://gitpod.io/#https://github.com/cjbi/admin3 在线部署
admin/123456
或者guest/guest
mvn clean package
mvn clean install
说明:如果服务端使用webjars管理前端资源,强烈建议将admin3-ui安装到本地仓库
cd admin3-server/target
nohup java -jar -Dspring.datasource.url=xxx -Dspring.datasource.username=xxx -Dspring.datasource.password=xxx admin3-server-0.0.1-SNAPSHOT.jar >/dev/null 2>&1 &
mvn spring-boot:build-image -Dmaven.test.skip=true -Ddocker.image-name=xxx -Ddocker.username=xxx -Ddocker.password=xxx
mvn -Pnative spring-boot:build-image -Dmaven.test.skip=true -Ddocker.image-name=xxx -Ddocker.username=xxx -Ddocker.password=xxx
yarn install
yarn dev
yarn build
MIT
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。