Skip to content
YoungHo Cha edited this page Dec 1, 2022 · 6 revisions

Bori-Bori Auth Server Wiki!

Server API

API Name Link
Login ✅ Login
Refresh ✅ Refresh

전체 서버 Architecture

스크린샷 2022-12-01 오후 5 34 30

서버 Architecture

image

📒 Stack Version

  • Framework : Spring Boot (2.7.5)

  • Language : Java 17 (open jdk 17)

  • Web Server : Netty

  • Web Library :spring reactive web mvc (Spring Web)

  • Database : Cassandra

  • Event Queue : kafka, zookeeper

    • topics : profile, reply
  • tool : Docker

  • Build : Gradle (7.5.1)

  • Deploy : MicroSoft Azure VM

  • 1core, 1Ram (Swap Memory 8G), 30G HDD

DB ERD

스크린샷 2022-12-01 오후 8 34 31

🔗 Reference