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
- 제약조건 제거
- 스왑 메모리
- springboot 배포
- Flutter
- aws lightsail 배포
- docker error
- spring
- fk컬럼 삭제
- Stored Procedure log
- jstl 종류
- swap file
- 지속쿠키
- RSA
- rsa 복호화
- aws lightsail
- lightsail 도메인 연결
- Docker
- aws
- git
- 세션쿠키
- springboot3 jstl
- jstl dependency
- rsa java
- 하이브리드 암호화
- 플러터
- 하이브리드암호화
- 내도메인 한국
- XSS 예방
- AES
- jenkins git ignore file 추가
Archives
- Today
- Total
목록springboot3 jstl (1)
easycode
[Spring] SpringBoot 3.x 버전에서 JSTL 사용 방법
개인적으로 공부를 하던 중, Springboot 3.x 버전에서는 더는 implementation 'javax.servlet.jsp.jstl:jstl:1.2' 로 JSTL dependency를 사용할 수 없다는 걸 깨달았습니다. javaEE를 사용하던 Springboot 2.x 버전과 달리 Springboot 3.x 버전부터는 jakartaEE를 사용하기 때문입니다(상표권 이슈로 변경되었다고 합니다) 작지만 제 글이 누군가에게 도움이 되길 바랍니다. Springboot 3.x 버전에선 다음과 같이 JSTL을 사용할 수 있습니다. 1. dependency 추가 Gradle // jstl (이하 3개) implementation 'jakarta.servlet.jsp.jstl:jakarta.servlet.js..
Spring
2023. 12. 18. 14:35