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
- Exception
- Core Java
- Eclipse
- MSSQL
- Tomcat
- 문서
- JDBC
- Spring Boot
- Thymeleaf
- spring
- maven
- STS
- JavaScript
- SpringBoot
- Source
- jpa
- AJAX
- myBatis
- Docker
- MySQL
- Python
- ubuntu
- Open Source
- 설정
- git
- oracle
- PostgreSQL
- IntelliJ
- error
- 오픈소스
Archives
- Today
- Total
목록ServletContextListener (1)
헤르메스 LIFE
[MyBatis] ServletContextListener를 이용한 Application 시작 시 MyBatis 초기화
원문 : http://blog.idleworx.com/2010/06/initialize-mybatis-servletcontextlisten.html In order to initialize MyBatis 3.0.1 and make it available to your java web application your can use a ServletContextListener to set the sqlSessionFactory as an application context attribute.(MyBatis 3.0.1을 초기화하고, 애플리케이션 컨텍스트 속성에 SqlSessionFactory 설정하기 위해, ServletContextListener 사용하여 자바 웹 애플리케이션이 사용할 수 있도록 합니다.)Th..
Spring Framework
2012. 5. 25. 10:03