Giter Club home page Giter Club logo

awesome-kotlin-springboot-multi-module's Introduction

Summary

awesome-kotlin-springboot-multi-module

Basics for starting Kotlin SpringBoot Multi Module

Overall Structure

Template
├── commons
│   ├── common-util
│   ├── health-check
│   ├── logback-appender
│   ├── model
│   └── persistence-database
├── application
│   ├── build.gradle.kts
│   └── src
├── build.gradle.kts
├── docker-build.gradle
├── gradle.properties
├── gradlew
├── gradlew.bat
└── settings.gradle.kts

하나의 프로젝트에 필요한 여러 애플리케이션(API, Batch, Kafka Consumer 등)과 이에 필요한 공통 모듈을 분리하여 효율적으로 운영할 수 있는 구조

  • 공통 모듈: util, logback-appender, model, database, health-check
  • 애플리케이션: application

Features

1. 도커 이미지 빌드

애플리케이션 빌드 결과물을 도커 이미지로 생성 | palantir.docker 활용

./gradlew clean docker -p {{APPLICATION_NAME}} -x test

2. logback-appender

  • APPLICATION_FILE: Application Log Standard Output
  • JSON_FILE: JSON Log (generally Request & Response)
  • (TBU)SENTRY_FILE: Appender for Sentry

Dependencies

Name Version Description Repository LICENSE
Kotlin 1.6.21 TBU TBU TBU
SpringBoot 2.7.3 TBU TBU TBU
SpringBoot-WEB 2.7.3 TBU TBU TBU
SpringBoot-AOP Inherited SpringBoot TBU TBU TBU
SpringBoot-JPA Inherited SpringBoot TBU TBU TBU
Mockk 1.12.1 TBU TBU TBU
StriKT 0.34.0 TBU TBU TBU

awesome-kotlin-springboot-multi-module's People

Contributors

heli-os avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.