Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor spring-boot-kotlin-redis example to be more Kotlin idiomatic #7185

Merged
merged 4 commits into from
Jun 20, 2023

Commits on Jun 11, 2023

  1. I have made several changes to the "spring-boot-kotlin-redis" example…

    … to make it more Kotlin idiomatic.
    
    Here is a summary of the changes:
    Refactored static fields to companion objects to follow Kotlin conventions.
    Replaced the usage of autowired with constructor injection.
    Converted the build.gradle file from Groovy to Kotlin DSL to align with the project's Kotlin nature.
    
    Signed-off-by: jitokim <pigberger70@gmail.com>
    jito-d authored and jitokim committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    659ad56 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge branch 'main' into main

    jitokim committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5b1762d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    0ef7e61 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    jitokim committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e9709da View commit details
    Browse the repository at this point in the history