batman
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[versions]
|
||||
junit = "6.0.1"
|
||||
spring-boot-plugin = "4.0.0"
|
||||
|
||||
[plugins]
|
||||
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot-plugin" }
|
||||
|
||||
[libraries]
|
||||
# spring
|
||||
spring-boot-starter-web = { group = "org.springframework.boot", name = "spring-boot-starter-webmvc" }
|
||||
spring-boot-starter-web-test = { group = "org.springframework.boot", name = "spring-boot-starter-webmvc-test" }
|
||||
spring-boot-starter-hateoas = { group = "org.springframework.boot", name = "spring-boot-starter-hateoas" }
|
||||
spring-boot-devtools = { group = "org.springframework.boot", name = "spring-boot-devtools" }
|
||||
|
||||
# testing
|
||||
junit-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit" }
|
||||
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter" }
|
||||
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
|
||||
Reference in New Issue
Block a user