| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- linux
- CSS애니메이션
- vmware
- 달력 api
- fullcalendar
- jstl
- jdk설치
- httpd
- 한글타이핑
- Custom
- CentOS 7
- 캘린더 라이브러리
- AJP
- APR
- thymeleaf
- Apache
- PCRE
- tomcat
- type-hangul
- jdk
- springboot
- 캘린더 api
- apache2
- jdk1.8
- spring boot 3
- 달력 라이브러리
- Egov
- Oracle
- thymeleaf egov custom tag
- custom tag
- Today
- Total
목록Spring Boot (2)
SSG
작업 환경 Spring Boot 3.0.4 JDK 17 Thymeleaf 3 mybatis 3.0.1 기존의 EgovFramework를 사용하고 있던 터라 Thymeleaf 확장 태그 구현도 연습할 겸 구현을 시도해보았다. 페이징 계산은 EgovFramework 4.0 버전의 PaginationInfo를 사용하였다. 아쉽지만 type과 jsFunction의 경우 시간이 그렇게 많지 않아 생략 paginationInfo.java /** * PaginationInfo.java * NOTE: * 페이징 처리를 위한 데이터가 담기는 빈. * 페이징 처리에 필요한 데이터를 Required Fields, Not Required Fields 로 나누었다. * * Required Fields * : 사용자가 입력해야 ..
기존 servlet 프로젝트를 Spring boot 3으로 고도화 하기 위해 프로젝트를 세팅하던 중 오류가 발생했다 ㅠ jstl을 찾지 못하는 것 .. 2023-03-09T17:02:23.480+09:00 ERROR 4716 --- [nio-8080-exec-1] o.a.c.c.C.[.[localhost].[/].[jsp] : Servlet.service() for servlet [jsp] threw exception org.apache.jasper.JasperException: The absolute uri: [http://java.sun.com/jsp/jstl/core] cannot be resolved in either web.xml or the jar files deployed with this ..