摘要: 1.点击“工具”->“NuGet包管理器”->“程序包管理器控制台” 分别安装以下几个包 Mysql 版本: Install-Package MySql.Data.EntityFrameworkCore -Pre Install-Package Pomelo.EntityFrameworkCore. 阅读全文
posted @ 2021-03-06 22:27 2021程序猴 阅读(141) 评论(0) 推荐(0)
摘要: Spring层编写 1、 <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSch 阅读全文
posted @ 2021-01-05 23:40 2021程序猴 阅读(97) 评论(0) 推荐(0)
摘要: 基本环境搭建 1、新建-Maven项目 ssmbuild 添加web的支持 2、导入相关pom依赖 <dependencies> <!--junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <ve 阅读全文
posted @ 2021-01-03 22:37 2021程序猴 阅读(128) 评论(0) 推荐(0)
摘要: 安装环境:win10 1、下载zip安装包: MySQL8.0 For Windows zip包下载地址:https://dev.mysql.com/downloads/file/?id=476233,进入页面后可以不登录。后点击底部“No thanks, just start my downloa 阅读全文
posted @ 2021-01-01 00:10 2021程序猴 阅读(1064) 评论(0) 推荐(0)