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 | 29 |
30 | 31 |
Tags
- Spring Data JPA
- spring-webmvc #코드읽기
- spring-mvc
- docker
- JPA
- REST API
- spring-webmvc
- IntelliJ
- spring batch 코드
- spring boot
- Spring Batch
- 코드 리뷰
- Data REST
- spring pid
- ORM
- spring bean
- JPA mapping
- Spring
- static inner class
- SuperTypeToken
- ApplicationPidFileWriter
- spring boot tomcat
- Spring Data REST
- spring camp
- 세미나
- spring jpa
- tomcat
- batch
- 톰캣
- JUnit
- Today
- 1
- Total
- 916,386
목록2018/12/31 (1)
woniper
이전 글에서 WebApplicationInitializer 구조에 대해 봤다. 이번 글은 WebApplicationInitializer 구현체 중 하나인 AbstractContextLoaderInitializer 클래스에 대해 이야기해볼 예정이다.코드를 보자. AbstractContextLoaderInitializer public abstract class AbstractContextLoaderInitializer implements WebApplicationInitializer { /** Logger available to subclasses. */ protected final Log logger = LogFactory.getLog(getClass()); @Override public void onSt..
Spring
2018. 12. 31. 10:08