๋ฒ์ ๋ณ๊ฒฝ
build.gradle
plugins {
id 'java'
}
group 'cleancode-study'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
dependencies {
testCompile('org.junit.jupiter:junit-jupiter:5.4.2')
testCompile('org.assertj:assertj-core:3.11.1')
}
test {
useJUnitPlatform()
}
'๐ป > Java CleanCode Study' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
๐๋ธ๋์ญ ๊ฒ์ # 2022.03.13~2022.04.09 (0) | 2022.06.12 |
---|---|
๐ฐ๋ก๋ ๊ฒ์ (MVC ํจํด) #2022.02.21~2022.03.05 (0) | 2022.06.12 |
[ERROR] - Could not find or load main class worker.org.gradle.process.internal.worker.GradleWorkerMain (0) | 2022.02.26 |
[JAVA] test code ์์ฑ๋ฒ (0) | 2022.02.26 |
๐จ ๋น์ฆ๋์ค ๋ก์ง์ด๋? : Business Logic (0) | 2022.02.21 |