250x250
Notice
Recent Posts
Recent Comments
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- error
- Eclipse
- MSSQL
- SpringBoot
- JavaScript
- git
- 문서
- Open Source
- oracle
- Core Java
- MySQL
- JDBC
- ubuntu
- myBatis
- Spring Boot
- Tomcat
- Python
- Exception
- 설정
- AJAX
- STS
- maven
- Docker
- PostgreSQL
- Source
- Thymeleaf
- jpa
- spring
- 오픈소스
- IntelliJ
Archives
- Today
- Total
목록taglib (1)
헤르메스 LIFE
[Spring Boot] springboot 에서 jsp-config include 사용
출처 : parinote.tistory.com/30 spring의 web.xml에 설정되어 있는 전역 사용 jspf파일을 springboot java 코드로 변환하는 방법 기존코드 *.jsp /WEB-INF/views/common/layout/taglib/comTaglibs.jspf 변경코드 import lombok.extern.slf4j.Slf4j; import org.apache.catalina.Context; import org.apache.tomcat.util.descriptor.web.JspConfigDescriptorImpl; import org.apache.tomcat.util.descriptor.web.JspPropertyGroup; import org.apache.tomcat.util.d..
Spring Framework
2021. 1. 11. 00:01