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 |
Tags
- JDBC
- Open Source
- oracle
- SpringBoot
- Python
- jpa
- STS
- AJAX
- Spring Boot
- error
- myBatis
- MSSQL
- 오픈소스
- Exception
- Thymeleaf
- Core Java
- Tomcat
- git
- spring
- maven
- ubuntu
- PostgreSQL
- Source
- 문서
- JavaScript
- Docker
- IntelliJ
- 설정
- Eclipse
- MySQL
Archives
- Today
- Total
목록Spring Boot 에서 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