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
- 컴포넌트
- 개발
- EXTJS
- React
- GIT
- 스프링부트
- 데이터베이스
- restapi
- crud
- 쿼리
- 개발공부
- java
- Vue
- 자바
- DATABASE
- Intellij
- Spring
- javascript
- 리액트
- reactjs
- 자바스크립트
- jdk
- table
- springboot
- 보안취약점
- JS
- sql
- mssql
- component
- 스프링
Archives
- Today
- Total
목록web (1)
준준의 기록일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bdILcN/btqXJVOal7K/M8VCcEX99fOdonPR0UouR1/img.png)
ContextListener란?? ContextListener는 웹 어플리케이션(컨테스트)가 시작되거나 중지될 때, 그 알람을 받는 리스너를 말합니다. ContextListener 생성 방법 ContextListener를 생성하기 위해서는 ServletContextListener 인터페이스를 구현하는 클래스를 만들어야한다. contextInitialized() 어플리케이션이 시작될 때 호출되는 메소드 contextDestroyed() 어플리케이션이 중지될 때 호출되는 메소드 ServletContext ServletContext가 ServletContextEvent 객체로부터 위 두개의 메소드가 전달됩니다. ServletContext servletContext = servletContextEvent.get..
스프링
2021. 2. 17. 18:02