Giter Site home page Giter Site logo

cowaine / spring-boot-for-msa Goto Github PK

View Code? Open in Web Editor NEW
7.0 0.0 2.0 1.65 MB

πŸ“š A study Spring Boot for MSA

Home Page: https://github.com/gilbutITbook/080264

Java 99.65% Shell 0.35%
java spring-boot gradle intellij-idea spring-aop spring-data-jpa redis scheduling spring-cache spring-events

spring-boot-for-msa's People

Contributors

ahngilwoong avatar bvrpark avatar coalong avatar corock avatar corock-dev avatar irisation23 avatar isfejo avatar joisfe avatar youngju-jang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

spring-boot-for-msa's Issues

9μž₯을 효과적으둜 μ‹€μŠ΅ν•˜κΈ° μœ„ν•œ Best practice ν™˜κ²½ ꡬ성

9μž₯μ—μ„œλŠ” WebClient μ‹€μŠ΅μ„ μœ„ν•΄ spring-boot-starter-webflux μ˜μ‘΄μ„±μ„ μΆ”κ°€ν•΄μ•Ό ν•©λ‹ˆλ‹€.
ν•˜μ§€λ§Œ 기쑴의 spring-boot-starter-web μ˜μ‘΄μ„±μ„ ꡐ체해 μ£Όμ–΄μ•Ό ν•˜λŠ” μ΄μŠˆκ°€ μžˆμŠ΅λ‹ˆλ‹€.
λ”°λΌμ„œ λ©€ν‹° λͺ¨λ“ˆλ‘œ κ΅¬μ„±λœ 특μž₯점을 μ‚΄λ € 각자 μžμ‹ μ˜ λͺ¨λ“ˆμ— μ μš©ν•˜λŠ” λ°©μ•ˆμ„ μ œμ‹œν•˜λ €κ³  ν•©λ‹ˆλ‹€.
μ μš©ν•˜λŠ” 방법은 μ•„λž˜μ™€ κ°™μŠ΅λ‹ˆλ‹€.

spring-boot-for-msa/{MY_MODULE_NAME}/build.gradle

dependencies {
    implementation 'org.springframework.boot:spring-boot-starter-webflux'
}

9μž₯ μ‹€μŠ΅μ΄ λλ‚˜λ©΄ 10μž₯λΆ€ν„°λŠ” 각자 κΈ°ν˜Έμ— 맞게 spring-boot-starter-webflux μ˜μ‘΄μ„±μ„ μ œκ±°ν•˜κ±°λ‚˜ μœ μ§€ν•˜λ©΄ 될 것 κ°™μŠ΅λ‹ˆλ‹€.

10μž₯ μ‹€μŠ΅μ„ μœ„ν•œ Spring Data Redis μ˜μ‘΄μ„± μΆ”κ°€

10.2 Spring Data Redis μ‚¬μš©μ—μ„œ λ ˆλ””μŠ€λ₯Ό μ‚¬μš©ν•˜κΈ° μœ„ν•œ μ˜μ‘΄μ„± μΆ”κ°€λ₯Ό κ°€μ΄λ“œν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€.
μŠ€ν”„λ§ λΆ€νŠΈ ν”„λ‘œμ νŠΈμ—μ„œ μ œκ³΅ν•˜λŠ” spring-boot-starter-data-redis μ˜μ‘΄μ„±μ„ λ©€ν‹° λͺ¨λ“ˆμ— μ „μ—­μœΌλ‘œ μ μš©ν•˜κ³ μž ν•©λ‹ˆλ‹€.

AS-IS

subprojects {

    // (...)

    dependencies {
        implementation 'org.springframework.boot:spring-boot-starter-web'
        implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
        implementation 'org.springframework.boot:spring-boot-starter-validation'

        // (...)
    }

    // (...)

}

TO-BE

subprojects {

    // (...)

    dependencies {
        implementation 'org.springframework.boot:spring-boot-starter-web'
        implementation 'org.springframework.boot:spring-boot-starter-validation'
        implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
        implementation 'org.springframework.boot:spring-boot-starter-data-redis'

        // (...)
    }

    // (...)

}

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.