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