Code Monkey home page Code Monkey logo

msa-spring's Introduction

Spring Microservices

Spring을 통한 MSA 구조를 설계하고 구현한다.

개발환경

  • JDK 17
  • Spring Boot 2.7.5
  • Maven
  • PostgreSQL
  • Docker
  • OpenFeign
  • Zipkin
  • RabbitMQ

빌드/실행

mvn clean package -P build-docker-image
docker compose pull
docker-compose up -d
docker logs [컨테이너명]

k8s
 postgresql 접속: kubectl exec -it postgres-0 -- psql -U deneb
 터널링 활성화: kubectl tunnel
 스케일 조정: kubectl scale --replicas=0 deployment [deployment-name]

이력

  • 23.03.01 - 최초 커밋 / DB 설정 / customer, fraud 모듈 추가
  • 23.03.02 - eureka server, open feign
  • 23.03.04 - notification 추가
  • 23.03.05 - Zipkin, ApiGateway 연동
  • 23.03.08 - RabbitMQ, Customer 도메인 연동, Consumer 추가
  • 23.03.09 - Jar 패키징 구성, Docker 이미지 생성
  • 23.03.10 - 모듈 별 docker 이미지 생성
  • 23.03.12 - docker deploy 브렌치 생성
  • 23.03.19 - k8s 기반 postgres / rabbitmq / zipkin 구축
  • 23.03.26 - customer k8s POD생성 및 배포 추가

참고

msa-spring's People

Contributors

deneb1593 avatar

Watchers

 avatar

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.