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 |
Tags
- kotlin
- AOP
- Exception
- springdatajpa
- Spring Boot
- Servlet
- 김영한
- 자바
- jpa
- Thymeleaf
- spring
- 스프링 핵심 원리
- JDBC
- transaction
- Greedy
- Proxy
- 스프링
- JPQL
- Android
- 그리디
- http
- 알고리즘
- java
- pointcut
- 인프런
- QueryDSL
- SpringBoot
- 백준
- 스프링 핵심 기능
- db
Archives
- Today
- Total
목록${#locale} (1)
개발자되기 프로젝트
[Thymeleaf] 기본 객체들
1. Thymeleaf가 제공하는 기본 객체 ${#request} #request 는 HttpServletRequest 객체가 그대로 제공됨 따라서 데이터를 조회하려면 request.getParameter("data") 처럼 불편하게 접근해야.. ${#response} ${#session} ${#servletContext} ${#locale} 2. 편의 객체 HTTP 요청 파라미터 접근: param --> RequestParameter 조회 일반적으로 Model에 RequestParameter를 담아서 넘겨야하는데, Thymeleaf에서 제공하는 기능임. 예) ${param.paramData} HTTP 세션 접근: session 예) ${session.sessionData} 스프링 빈 직접 접근: @ 예..
인프런/[인프런] 스프링 MVC 2
2021. 9. 18. 00:18