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 |
Tags
- java
- 설치
- Spring
- undefined error
- collection
- viewResolver
- web.xml
- DB
- Spring #Spring Boot
- legacy
- pom.xml
- external
- array
- jdk
- 컬렉션
- oracle
- query
- 배열
- sqldeveloper
Archives
- Today
- Total
목록Spring #Spring Boot (1)
개인코딩공부방
Spring 3.x -> Boot 1.8x 전환 후기
[AS-IS] spring mvc(java-configuration)+tiles+jsp -> [TO-BE] spring boot+embeddedTomcat+jsp+tiles 변환 결과 1) WebApplicationInitializer -> SpringBootServletInitializer로 변경 2) jndi(datasource)가 기존에 context.xml에 정의 되어있으면 해당 파일을 embedded Tomcat에서 불러올 수 없음(외장 tomcat인 경우 가능) 따라서 TomcatEmbeddedServletContainerFactory와 jndiDataSource bean을 정의 해야함 3) 기존에 작성하여 추가한 filter는 별도의 bean을 통해 정의 해야함 filterRegisterat..
웹/Spring Framework
2020. 5. 5. 19:10