Alice52 / project

This repository is muti language and tech integration project.
MIT License
0 stars 0 forks source link

[seckill] technical selection #8

Closed Alice52 closed 2 years ago

Alice52 commented 4 years ago

login module is implement with .netcore3.1

  1. md5
  2. SSO
  3. parameter validation, can customize annotation
  4. distribute session
  5. social login
  6. do cookie validate before any controller:
    • controller is after dispatch servlet
    • so i have access to valid it by Interceptor
  7. check usage of WebMvcConfigurer each method

order module is intend to use golang

  1. check usage of grpc
  2. transaction issue
    • should make sure the consistent, and i can tolerant poor performance and poor avaliable

other modules will use java

  1. spring boot

frontend will use VUE