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
- 하이브리드 암호화
- 스왑 메모리
- 플러터
- rsa 복호화
- jstl dependency
- AES
- aws
- lightsail 도메인 연결
- Flutter
- Docker
- swap file
- jenkins git ignore file 추가
- springboot3 jstl
- spring
- RSA
- XSS 예방
- jstl 종류
- 지속쿠키
- Stored Procedure log
- git
- 세션쿠키
- fk컬럼 삭제
- rsa java
- 제약조건 제거
- 내도메인 한국
- springboot 배포
- aws lightsail 배포
- aws lightsail
- docker error
- 하이브리드암호화
Archives
- Today
- Total
목록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