-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#3] 프로젝트 초기 구축 #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
내일 세션에서 추가로 논의하도록 하겠습니다
implementation 'org.springframework.boot:spring-boot-starter-validation' | ||
implementation 'org.springframework.boot:spring-boot-starter-web' | ||
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3' | ||
compileOnly 'org.projectlombok:lombok' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
공부하는 과정에서 롬복 사용을 권장하지 않습니다.
@@ -0,0 +1,42 @@ | |||
plugins { | |||
id 'java' | |||
id 'org.springframework.boot' version '3.3.5' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
스프링 부트로 진행할지, 스프링으로 진행할지 함께 논의해 보면 좋겠습니다.
class WheelgoApplicationTests { | ||
|
||
@Test | ||
void contextLoads() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재 구성에서 테스트가 실패합니다. PR을 올리기 전에 기본 빌드와 테스트 통과는 확인해주세요.
runtimeOnly 'com.mysql:mysql-connector-j' | ||
annotationProcessor 'org.projectlombok:lombok' | ||
testImplementation 'org.springframework.boot:spring-boot-starter-test' | ||
testImplementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter-test:3.0.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
마이바티스를 사용할지 JPA를 사용할지도 같이 논의해보면 좋겠습니다.
이 PR은 닫아주세요. |
프로젝트 구성
의존성