반응형
250x250
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 |
Tags
- Jenkins
- AWS CI/CD 구축하기
- chartjs
- or some instances in your deployment group are experiencing problems.
- PostgreSQL
- JavaScript
- Python
- Airflow
- redis
- IntelliJ
- codepipeline
- node
- bootstrap
- COALESCE
- Flux
- codebuild
- aws cicd
- kubeflow
- codedeploy error
- Kafka
- SQL
- Spring
- aws
- 도커
- docker
- chart.js
- VPN
- codedeploy
- java bigdecimal
- Spring Error
Archives
- Today
- Total
Small Asteroid Blog
[spring] < taglib uri="http://java.sun.com/jsp/jstl/core" >오류 본문
728x90
jsp 에서 아래 태그 내용을 사용하려고 하는데 사용되지 않았다.
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
pom.xml 에 아래 내용이 추가되어 있는지 확인한다.
없으면 아래 내용을 추가하고 다시 빌드해본다.
<!-- jstl dependecy -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
</dependency>
728x90
반응형
'백엔드 > Spring' 카테고리의 다른 글
spring 에서 오라클 연결하기 (0) | 2020.11.27 |
---|---|
[Spring] 스케쥴러 사용해 일정주기마다 코드 실행하기 (0) | 2020.10.07 |
[Tomcat 에러] Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server at localhost are already in use. (0) | 2020.06.11 |
STS 에서 메이븐 프로젝트 생성하자 마자 pom.xml 에러 생기는 경우 (0) | 2020.05.21 |
RESTFul (0) | 2020.05.20 |