java基础、数据库(mysql+jdbc),javaEE,SSM框架,redis,nigix,idea,maven,git,springboot 半旧518 2022/10/26 1K0 MybatisPlus极速入门教程 数据库测试分页接口配置 •MyBatis-Plus(简称 MP)是一个 MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开
git config --global user.name userName git config --global user.email userEmail 使用HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作 Username for 'https://gitee.com': userName Password for 'https://userName@gitee.com...
JEECGApache Shiro 1.8.05aeeeb73年前 448 次提交 提交取消 提示:由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件 .gitee issue格式要求 4年前 ant-design-vue-jeecg 代码提醒,减少走弯路 3年前 jeecg-boot 升级Shiro版本,解决安全漏洞提示 #3498 ...
// insert(); 新增用户@Testpublic void testInsert(){ User user = new User(); user.setName("wsm"); user.setAge(540); user.setPassword("qwer"); user.setUserName("wsm"); user.setAddress("皮尔及沃特"); // 讲创建的对象,新增入库,并返回影响行数; int insert = userMapper.insert(user)...
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-1.2.0.tgz#f91631e703e0595e47d4beafbb088576c87fbeee" dependencies: babel-plugin-syntax-dynamic-import "^6.18.0" babel-plugin-syntax-dynamic-import@^6.18.0: ...
UUID总长度 36,由 32 个 16 进制字符和 4 个连字符组成,例如:5c6aeee6-00f1-45b1-aafa-d615a18217aa 全局设置 主键生成策略: yaml">mybatis-plus:global-config:db-config:# 设置全局 主键生成策略;id-type:auto 表字段/实体属性 映射:@TableFieid ...
This branch is 187 commits behind baomidou/mybatis-plus-samples:master.Folders and files Latest commit miemieYaho test eeef4f4· Jun 12, 2019 History136 Commits .mvn/wrapper quickstart sample Jul 23, 2018 mybatis-plus-sample-active-record 更新mp和spring版本号 Dec 6, 2018 mybatis-plus-sample-...
Fork2.8k Star739 Files 80d8369 .github .vscode public src .gitignore README.md astro.config.mjs package.json svelte.config.js tailwind.config.mjs tsconfig.json yarn.lock Latest commit Cannot retrieve latest commit at this time. History
git 其他 原创 dafei1288 2022-02-03 15:24:26 195阅读 ITmax windows 进行时:: 1.隐藏桌面图标在桌面点右键,排列图标,去掉“显示桌面图标”前的钩 2.rundll32 netplwiz.dll,UsersRunDll <Windows XP 取消登陆时的密码> 3.如果要禁止IPC$共享,可以在注册表编辑器中依次展开[HKEY_LOCAL_MACHINE\SYSTEM\Curre...
gitclonehttps://github.com/zhangdaiscott/jeecg-boot.gitcdjeecg-boot/ant-design-jeecg-vue 安装node.js 切换到ant-design-jeecg-vue文件夹下 # 安装yarn npm install -g yarn # 下载依赖 yarn install # 启动 yarn run serve # 编译项目 yarn run build ...