init: readme 작성 하네스 설계
This commit is contained in:
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.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
#Fri Jul 24 13:26:00 KST 2026
|
||||
gradle.version=8.9
|
||||
@@ -0,0 +1,11 @@
|
||||
# Order Status
|
||||
|
||||
Order Status는 주문 처리 상태를 확인하는 백엔드 서비스 예제입니다.
|
||||
|
||||
## 빠른 시작
|
||||
|
||||
다음 명령으로 개발 서버를 시작합니다.
|
||||
|
||||
```bash
|
||||
./gradlew bootRun
|
||||
```
|
||||
@@ -0,0 +1 @@
|
||||
tasks.register("bootRun")
|
||||
@@ -0,0 +1 @@
|
||||
rootProject.name = "order-status"
|
||||
Reference in New Issue
Block a user