일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- MSSQL
- JDBC
- Exception
- Spring Boot
- Source
- myBatis
- Python
- JavaScript
- maven
- Docker
- Core Java
- AJAX
- STS
- Eclipse
- error
- Thymeleaf
- IntelliJ
- 설정
- MySQL
- 오픈소스
- spring
- 문서
- SpringBoot
- Open Source
- git
- PostgreSQL
- jpa
- ubuntu
- oracle
- Tomcat
- Today
- Total
목록초기화 (3)
헤르메스 LIFE
폰트Pretendard 폰트 ( https://cactus.tistory.com/306, https://github.com/orioncactus/pretendard )- SIL 오픈폰트라이센스 폰트- Apple San Francisco 폰트에서 영감을 얻었다는 폰트입니다.현대 하모니 폰트Bitstream Vera Sans Mono + 맑은고딕https://chan7ee.tistory.com/entry/%EA%B0%9C%EB%B0%9C%EC%9E%90%EC%9A%A9-%ED%8F%B0%ED%8A%B8-Bitstream-Vera-Sans-Mono-%EB%A7%91%EC%9D%80%EA%B3%A0%EB%94%95 개발자용 폰트 :: Bitstream Vera Sans Mono + 맑은고딕Bitstream Ve..
원문 : 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..
원문 : http://jjaeko.tistory.com/19지금 까지 Spring의 기본에 대해서 글을 썻습니다.아마도 이 글은 지금까지의 글에 대한 증거(?)가 될 수도 있겠네요ApplicationContext의 초기화 과정을 보면 이전 글들에서 다뤘던LifeCycle, MessageSource, BeanPostProcess에 대한 증거들을 보실 수 있습니다.워낙 잘 짜여진 소스라 그리 어렵진 않습니다.ApplicationContext의 구현체중 하나인 ClassPathXmlApplicationContext을 생성 하면 아래의 마지막으로실행되는 생성자는 다음과 같습니다.view plaincopy to clipboardprint?public ClassPathXmlApplicationContext(Stri..