springboot integrates spring security, rabbitmq and redis to realize project function mailbox/username login registration demo

springboot integrates rabbitmq and redis to realize project function email/username login registration demo

Project demo screenshot:

insert image description here
insert image description here

insert image description here

insert image description here

insert image description here
insert image description here

online experience

Address: http://106.55.11.62

foreword

The main technologies and components required for this project are as follows:

rear end:

  • jdk17
  • springboot (Java Web development framework)
  • spring security (authentication and access control framework)
  • redis (cache)
  • rabbitmq (message queue, send mail)
  • mysql (database)
  • jwt (token token)
  • AJ-Captcha (behavior verification code, the project uses text click verification code)

front end:

  • vue2 (Javascript framework)
  • vuetify (Material Design component framework for Vue.js)
  • vuex (state management)
  • vue-route (routing)
  • axios (network request library for promises)
  • nginx (load balancing)

todo list

Have time to write the code details of the project

Code warehouse (not yet uploaded)

Github

resource reference

Guess you like

Origin blog.csdn.net/m0_52440465/article/details/128982287