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

Migration project from maven to gradle #17

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Apr 22, 2023

  1. Init gradle

    leo-asdf committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    56698a2 View commit details
    Browse the repository at this point in the history
  2. Update dependency

    leo-asdf committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    e4c1182 View commit details
    Browse the repository at this point in the history
  3. Except plain jar when build

    leo-asdf committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    63da77d View commit details
    Browse the repository at this point in the history
  4. Add gitPropeties task

    leo-asdf committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    ce674e0 View commit details
    Browse the repository at this point in the history
  5. Add jacoco task

    leo-asdf committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    e13fef9 View commit details
    Browse the repository at this point in the history
  6. Add spotless task

    leo-asdf committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    0e21ece View commit details
    Browse the repository at this point in the history
  7. Add logback config

    leo-asdf committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    d86c01c View commit details
    Browse the repository at this point in the history
  8. Fix logback config

    leo-asdf committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    2160c4a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Modify gitignore

    leo-asdf committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    c9fc62b View commit details
    Browse the repository at this point in the history
  2. Delete .gradle

    leo-asdf committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    15c8904 View commit details
    Browse the repository at this point in the history
  3. Delete logs dir

    leo-asdf committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    e829992 View commit details
    Browse the repository at this point in the history
  4. Add Health check

    leo-asdf committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    4f89edc View commit details
    Browse the repository at this point in the history
  5. Add Health check

    leo-asdf committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    5531389 View commit details
    Browse the repository at this point in the history
  6. Modify dockerfile

    leo-asdf committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    94e3a58 View commit details
    Browse the repository at this point in the history
  7. Change container app path

    leo-asdf committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    5137cf7 View commit details
    Browse the repository at this point in the history
  8. Delete maven

    leo-asdf committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    2d81af5 View commit details
    Browse the repository at this point in the history