Notice
Recent Posts
Recent Comments
Link
목록Spring (14)
상똥이의 Back-End 공부방
jdbc h2, mybatis 설정
1. 의존성 설정 - h2와 mybatis를 추가해준다 - maven org.mybatis.spring.boot mybatis-spring-boot-starter 3.0.3 com.h2database h2 - gradle implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3' runtimeOnly 'com.h2database:h2' 2. application.properties 설정하기 - spring.datasource : url, driver-class-name, username, password 등등 설정 (난 비밀번호 설정 안함) - spring.h2.console : path, enabled 설정 spring.data..
Spring/Spring 기초
2024. 1. 6. 17:30
Spring Bean과 의존성 주입
보호되어 있는 글입니다.
Spring/Spring 기초
2024. 1. 3. 14:40
Service계층의 이해
보호되어 있는 글입니다.
Spring/Spring 기초
2023. 12. 30. 13:07
RequestBody의 이해
보호되어 있는 글입니다.
Spring/Spring 기초
2023. 12. 25. 18:51
HTTP Method의 이해
보호되어 있는 글입니다.
Spring/Spring 기초
2023. 12. 24. 13:30
Response 데이터와JSON포맷의 이해
보호되어 있는 글입니다.
Spring/Spring 기초
2023. 12. 24. 10:56
Request Parameter의 이해
보호되어 있는 글입니다.
Spring/Spring 기초
2023. 12. 22. 16:39
HTTP API의 개념
보호되어 있는 글입니다.
Spring/Spring 기초
2023. 12. 20. 15:40
RequestMapping
보호되어 있는 글입니다.
Spring/Spring 기초
2023. 12. 20. 14:53