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

[20241110] Gradle Version Catalog #277

Open
JuHyun419 opened this issue Nov 10, 2024 · 0 comments
Open

[20241110] Gradle Version Catalog #277

JuHyun419 opened this issue Nov 10, 2024 · 0 comments
Labels
IDE Integration Development Environment

Comments

@JuHyun419
Copy link
Owner

JuHyun419 commented Nov 10, 2024

Gradle Version Catalog

  • 하나의 파일로 버전 관리
  • gradle/libs.versions.toml 파일을 통해 관리
# libs.versions.toml
spring-boot-starter-web = { module = "org.springframework.boot:spring-boot-starter-web" }

# build.gradle.kts
implementation(spring.boot.starter.web)

https://cheonjaeung.com/posts/manage-dependencies-with-gradle-version-catalogs/

@JuHyun419 JuHyun419 added the IDE Integration Development Environment label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDE Integration Development Environment
Projects
None yet
Development

No branches or pull requests

1 participant