Skip to content

oscka/api-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

90cf178 · Jul 24, 2024

History

29 Commits
Jul 18, 2023
Jul 18, 2023
Aug 9, 2023
Jul 21, 2023
Mar 21, 2024
Jul 18, 2023
Jul 19, 2023
Jul 21, 2023
Jul 24, 2024
Feb 26, 2024
Aug 10, 2023
Jul 20, 2023
Jul 18, 2023
Jul 18, 2023
Jul 19, 2023

Repository files navigation

starter

OpenMSA inner 템플릿 프로젝트 - Starter

Project 기술 스택

  • Spring Boot 2.7.12 , jdk 17, gradle 7.6.1
  • Spring Security (with JWT token)
    • jwt dependency : io.jsonwebtoken
  • Spring Data JDBC + Spring JDBC
  • Postgresql (prod,dev) , H2 (local,test)
  • log4j2 , MDC
  • Spring i18n (message source > 다국어처리)
  • Spring Data Redis
  • swagger (springdoc-openapi)
  • kafka streams (spring cloud streams)

Project Description

  1. Project 시작 및 사용방법
  2. Project 에러 처리
  3. Kafka Streams - Spring Cloud Streams