issues
search
snaag
/
TIL
https://github.com/snaag/todo3/issues
3
stars
0
forks
source link
22-12-14-WED
#26
Open
snaag
opened
1 year ago
snaag
commented
1 year ago
실습2 코드에 쿼리 날리는 부분 JDBCTemplate 으로 작성하기 (2)
실습2 UI 붙이기
snaag
commented
1 year ago
실습
Did
JDBC Template 으로 update 구현
JDBC Template, JDBC 코드 비교
https://github.com/snaag/TIL/issues/25#issuecomment-1351263865
UI 에 Service 코드 붙이기 위한 Controller 구현
log
https://github.com/snaag/study-spring02-todolist/commit/babd30bd28234246da73973471ea9ec6b51992f3
https://github.com/snaag/study-spring02-todolist/commit/6dfa7a27a18b8c7b72e20160b9dbad4dd001e05f
https://github.com/snaag/study-spring02-todolist/commit/b67c5bd12322c6eb504b7e25ac9ba13fcb561741
https://github.com/snaag/study-spring02-todolist/commit/5e5fdd1f988df605c7dd6f12f6fe96b16477bdda
https://github.com/snaag/study-spring02-todolist/commit/57f1a80a1a9826c7e4d0c31f49a24ae95d34dc58
메모
Repository 와 UI 사이에 있는 것 = Controller
라우팅
Service 호출해서 필요한 데이터 보내주기
thymeleaf 로 값 넣어주려면,
th:value="${param}"