Skip to content
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

Closed
wants to merge 1 commit into from
Closed

[#3] 프로젝트 초기 구축 #5

wants to merge 1 commit into from

Conversation

ingyeomnote
Copy link
Collaborator

프로젝트 구성

  • Java 17
  • Spring Boot 3.3.5

의존성

  • Spring Web
  • Sping Security
  • MyBatis
  • MySQL Driver
  • Lombok
  • Validation

@ingyeomnote ingyeomnote self-assigned this Nov 6, 2024
Copy link

@roam-f-lab roam-f-lab left a 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'

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'

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() {

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'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마이바티스를 사용할지 JPA를 사용할지도 같이 논의해보면 좋겠습니다.

@roam-f-lab
Copy link

이 PR은 닫아주세요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants