Coder Social home page Coder Social logo

real-time-order-queue-sys's People

Contributors

blankatom avatar chb19991027 avatar huzongrui avatar joker-0120 avatar miaomiaozijun avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

real-time-order-queue-sys's Issues

前端登录验证

传递用户名和密码给后端。
后端验证登录信息并返回结果。
这是验证成功的返回示例:

{
    "code": 200,
    "data": {
        "role": "customer",
        "token": "[B@769c6f5a20210719113759726customer672",
        "username": "user_16655554444"
    },
    "msg": "成功",
    "success": true
}

实现Token的缓存

利用Redis缓存Token数据
注意解析用户的设备号
避免一方登陆后,更换设备可以直接进入的事情

登录api实现

实现通过api接口传递用户名+密码密文,进行用户登录,回传登陆成功信息。

eg.
测试接口:

localhost:8080/login?username=user_16655554444&password=123456

回传结果:

{
    "errorCode": 200,
    "errorMsg": "成功",
    "success": true
}

与大数据组件整合

导入内容:
scala library
spark_core
spark-launcher_2.10
spark-mllib_2.10
spark-streaming_2.10

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.