mybatis-plus返回map自动转驼峰配置
swagger3.0.0访问页面404解决
状态管理模式Vuex
ERESOLVE unable to resolve dependency tree 错误处理方法
npm源管理器-nrm
npm源管理器-nrm
一、什么是nrm
nrm 是一个 npm 源管理器,允许你快速地在 npm源间切换。
什么意思呢,npm默认情况下是使用npm官方源(使用npm config ls命令可以查看),在国内用这个源肯定是不靠谱的,一般我们都会用淘宝npm源:https://registry.npm.taobao.org/ ,修改源的方式也很简单,在终端输入:
1 | npm set registry https://registry.npm.taobao.org/ |
几种文档网站生成器
idea Git Commit Template插件
Maven基础篇
体育商城项目总结
体育商城项目总结
[TOC]
一、项目概述
👉体育商城系统 https://git.yuencode.cn/jiaxiaoyu/sportshop
前台预览:http://sportshop.yuencode.cn/
账号:mike 123456
后台预览:http://sportshop-admin.yuencode.cn/
账号:admin 123456