init: readme 작성 하네스 설계
This commit is contained in:
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+2
@@ -0,0 +1,2 @@
|
||||
#Fri Jul 24 13:25:57 KST 2026
|
||||
gradle.version=9.2.0
|
||||
@@ -0,0 +1,5 @@
|
||||
# demo
|
||||
|
||||
## 빠른 시작
|
||||
|
||||
Run `./gradlew doesNotExist` to start, then read [the docs](docs/missing.md).
|
||||
@@ -0,0 +1,7 @@
|
||||
plugins {
|
||||
java
|
||||
}
|
||||
|
||||
tasks.register("test") {
|
||||
description = "Run the tests"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
#Fri Jul 24 13:25:55 KST 2026
|
||||
gradle.version=9.2.0
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
java
|
||||
}
|
||||
|
||||
group = "com.example.demo"
|
||||
version = "0.1.0"
|
||||
|
||||
tasks.register("bootRun") {
|
||||
description = "Run the application"
|
||||
}
|
||||
|
||||
tasks.register("test") {
|
||||
description = "Run the tests"
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
|
||||
rootProject.name = "demo"
|
||||
include(":core-domain")
|
||||
@@ -0,0 +1,5 @@
|
||||
public class App {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("demo");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user