Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Request
- https://www.inflearn.com/course/lecture?courseslug=%ea%b9%80%ec%98%81%ed%95%9c%ec%9d%98-%ec%8b%a4%ec%a0%84-%ec%9e%90%eb%b0%94-%ea%b8%b0%eb%b3%b8%ed%8e%b8&unitid=194709&category=questiondetail&tab=community&q=1314387
- 한글깨짐
- 톰캣
- Spring MVC
- https://www.inflearn.com/course/lecture?courseslug=%ea%b9%80%ec%98%81%ed%95%9c%ec%9d%98-%ec%8b%a4%ec%a0%84-%ec%9e%90%eb%b0%94-%ea%b8%b0%eb%b3%b8%ed%8e%b8&unitid=194690
- Break
- while문
- 요구사항정의서
- webserver #WAS #ServerApp
- WAS
- Forwarding
- JSON형식의 response
- 다형성 #부모타입 #자식타입
- Dispatcher
- GET방식
- sendRedirect
- POST방식
- https://www.inflearn.com/course/lecture?courseslug=%ea%b9%80%ec%98%81%ed%95%9c%ec%9d%98-%ec%8b%a4%ec%a0%84-%ec%9e%90%eb%b0%94-%ea%b8%b0%eb%b3%b8%ed%8e%b8&unitid=194711
- xml
- 화면정의서
- 매핑 #
- Servlet
- 김영한
- 피그마
- CONTINUE
Archives
- Today
- Total
Step it up now
SqlSessionTemplate 의존성 주입 추가하기 본문
1.
https://start.spring.io/ - > add dependencies
예로 "oracle" 검색 exflore 하면 의존성 나옴

📢 sqlSessionTemplate 의존성 주입 추가
runtimeOnly 'cohttp://m.oracle.database.jdbc:ojdbc11'
implementation 'cohttp://m.oracle.ojdbc:orai18n:19.3.0.0'
implementation 'org.glassfish.web:jakarta.servlet.jsp.jstl:3.0.0'
이래도 import 안 된다면?
2.mavenrepository.com 들어가서 mybatis 검색

추가하면 된다
'프로젝트' 카테고리의 다른 글
spring 초기 설정 (0) | 2024.01.17 |
---|