Giter VIP home page Giter VIP logo

springboot_test's Introduction

Springboot_test

对之前的项目改版重写,一个简单的基于Springboot的javaweb项目,用idea开发,整合mybatis

项目所费精力主要在于几个校验模块

/******************************************* 2018.12.12 修改 ********************************************/

修改添加编辑时间文本框属性为readonly="true"

我将同一个项目使用分别三种形式各自写了一遍,功能简单但全部实现,各自实现的形式也根据其原理而不同。下面附上传送门:

Servlet+jsp版本

https://github.com/yonyong/javaweb-project.git

SSM版本

https://github.com/yonyong/SSM_test.git

Springboot版本

https://github.com/yonyong/Springboot_test.git

事实证明,某种意义上,提升的最有效方式还是做项目。

登录界面

image

注册界面

image

注册界面(在手机验证码输入错误后会出现图形验证码模块,只有图形验证码输入正确才可以继续发送手机验证码)

image

游客登录信息展示界面

image

编辑信息界面

image

增加信息界面

image

技术要点:

注册模块

除了图片给出的规则外还需满足以下要求:

1) 手机验证码有效期为60s,超过有效期需要重新获取;

2) 同一个手机号每分钟只能获取一次验证码;

3) 如果手机验证码输入出错,则需要添加图形验证码,只有图形验证码填写正确,才能获取手机验证码;

4) 密码需要进行MD5编码,存入数据库;

5) 注册成功后自动跳转到登录页面;

6) 手机验证码只需要模拟生成,不需要发送到手机。

登录模块

1) 密码连续输错3次后,2分钟内将不能再次登录;

2) 可以酌情增加密码找回功能; (这个模块没有再做,原理基本一样)

3) 登录成功后跳转到消息列表页面;

springboot_test's People

Contributors

yonyong avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.