You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/03-java.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ Spring Boot Initializr를 이용하면 Spring Boot 앱을 쉽게 생성할 수
57
57
* Lombok
58
58
59
59
초기 Spring Boot 앱 프로젝트가 생성되었으면 우측 하단에의 "Open new project"를 클릭하여 방금 생성한 프로젝트를 오픈합니다.
60
+

60
61
61
62
#### 빌드 및 앱 구동
62
63
최초 생성된 앱이 에러가 없는지 빌드 후 앱 구동을 통해 확인해 봅니다.
@@ -65,9 +66,7 @@ Spring Boot Initializr를 이용하면 Spring Boot 앱을 쉽게 생성할 수
65
66
```
66
67
67
68
터미널에 다음과 같은 로그가 출력되면 앱이 정상적으로 구동된 것입니다.
68
-
69
-

70
-
69
+

71
70
72
71
#### Rest API 추가 및 확인
73
72
디펜던시가 에러 없이 잘 추가되었는지 확인하기 위해 RestController를 추가해 봅니다. 기본 호출할 Rest API로 /hello 를 생성해 보겠습니다. GitHub Copilot을 Agent 모드로 변경하고, 모델을 "Claude 3.7 Sonnet"으로 변경한 후 다음과 같이 프롬프트를 입력합니다.
@@ -104,16 +103,16 @@ GitHub Copilot에 다음과 같이 프롬프트를 입력합니다.
104
103
#### Database URL 변경
105
104
이제 기존 Python에서 사용하던 데이타베이스를 참조하도록 환경을 변경해 봅니다. 해당 파일은 다음 위치에 존재합니다.
0 commit comments