- apply plugin: 'io.spring.convention.spring-module'
- dependencies {
- management platform('org.springframework.boot:spring-boot-dependencies:2.5.2')
- compile 'org.springframework:spring-web'
- compile 'org.springframework:spring-core'
- testImplementation "org.junit.jupiter:junit-jupiter-api"
- testImplementation "org.junit.jupiter:junit-jupiter-engine"
- }
|