Notice
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
- TLS
- 코딩테스트
- DISTINCT
- EC2
- Java
- TypeScript
- db
- WebHook
- sample
- jdbc
- Client
- spring boot
- github
- ssh
- SSL
- AWS
- centos7
- Linux
- docker
- Jenkins
- vagrant
- 프로그래머스
- Hibernate
- window
- spring
- Spring Legacy Project
- 토비의스프링
- Git
- mariadb
- 책 정리
Archives
- Today
- Total
목록JDBC Template (1)
Woopii Vyeolog
(Spring Legacy Project - MVC모델) JDBC Template을 써서 DB연동
앞의 글들에서 나는 MVC모델의 영역을 하나씩 보면서 프로젝트를 만들었다. 1. Spring Legacy proejct생성 : https://woopi1087.tistory.com/26 2. Repository : https://woopi1087.tistory.com/23 3. Service : https://woopi1087.tistory.com/25 4. Controller : https://woopi1087.tistory.com/31 이번에는 전체 MVC모델로 간단한 성적관리 웹 페이지를 만들것이다. 그리고 JDBC Template을 사용하여 DB연동을 통해 DB서버에 있는 데이터를 가져올 것이다. 프로젝트를 시작하기에 앞서 DB서버가 구축이 돼 있어야 한다. 나는 virtual box 가상 머신에..
Spring Framework
2020. 3. 19. 16:17