基于Springboot+Mybatisplus+Vue的科研项目管理系统

1.1 项目概述

开发语言:Java8

数据库:Mysql5

前端技术:bootstrap

后端框架:Springboot Mybatis 【ORM javabean – 数据库表实体 】

数据库连接池:德鲁伊【JDBC 1 2 3 4 5 】

服务器:Tomcat,SSM SHH【自己部署】

开发工具:Eclipse Navicat Maven

代码设计:MVC HTTP-----> Controlller----->service------>dao【Model】

get post delete put

1.2 项目详解

1.登录【正则表达式】

用户名:

密码:

验证码:

1.HTTP地址:post[form] ----Controller

2.首先验证码对不对?

3.通过之后查库

4.查询数据库有没有该用户?

2.注册

1.检验数据格式

2.判断两次密码是否一致

3.form 提交到后台Controller

4.插入数据库

源码+数据库

基于Springboot+Mybatisplus+Vue的科研项目管理系统_spring boot


基于Springboot+Mybatisplus+Vue的科研项目管理系统_验证码_02


基于Springboot+Mybatisplus+Vue的科研项目管理系统_验证码_03


基于Springboot+Mybatisplus+Vue的科研项目管理系统_spring boot_04


基于Springboot+Mybatisplus+Vue的科研项目管理系统_vue.js_05