<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>홍이의 개발 노트</title>
    <link>https://sbcoba.tistory.com/</link>
    <description>재미있는 것을 해보자~</description>
    <language>ko</language>
    <pubDate>Mon, 20 Jul 2026 00:00:28 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>코바</managingEditor>
    <image>
      <title>홍이의 개발 노트</title>
      <url>https://t1.daumcdn.net/cfile/tistory/1516CC014C034A5F33</url>
      <link>https://sbcoba.tistory.com</link>
    </image>
    <item>
      <title>스프링에서 웹 또는 API 개발시 요청정보 로깅 방법</title>
      <link>https://sbcoba.tistory.com/40</link>
      <description>스프링 MVC로 웹을 개발 할 때 요청정보 즉 HTTP&amp;nbsp;정보 전체를 로깅 하고 싶을 때가 있다.특히 개발시에서 제대로 요청을 하고 있는지 많이 궁금할 것이다.&amp;nbsp;보통 웹서버에서 남겨주는 엑세스로그 같은 경우에는 요청된 url 과 응답 코드 등 기본정보만 제공 하는데 많이 부족 할 때가 있다.예를 들면 body정보가 남지 않기 때문에 개발시에 많이 부족 하게 된다.그래서 스프링MVC 에서 예전부터 지원하는 필터가 존재하는데 의외로 모르는 ..</description>
      <category>개발이야기/스프링(Spring)</category>
      <category>spring</category>
      <category>Spring MVC</category>
      <category>로깅</category>
      <category>스프링</category>
      <category>필터</category>
      <author>코바</author>
      <guid isPermaLink="true">https://sbcoba.tistory.com/40</guid>
      <comments>https://sbcoba.tistory.com/40#entry40comment</comments>
      <pubDate>Sat, 6 May 2017 18:04:54 +0900</pubDate>
    </item>
    <item>
      <title>Spring Session 에서 Redis 사용시 &amp;quot;ERR unknown command 'CONFIG' redis-server&amp;quot; 발생</title>
      <link>https://sbcoba.tistory.com/38</link>
      <description>현재 프로젝트에서 스프링 세션을 도입한 후&amp;nbsp;레디스를 연동해서 사용하고 있었다.&amp;nbsp;로컬이나 직접 레디스 설치 했을 시에는 큰문제가 없었으나 AWS에서 Elasticache(이하 엘라스틱캐시)를 사용해서 연동하려고 하니 아래와 같은 오류가 발생하였다.&amp;nbsp;redis.clients.jedis.exceptions.JedisDataException: ERR unknown command 'CONFIG' redis-server문제는 엘라스틱캐시..</description>
      <category>개발이야기/스프링(Spring)</category>
      <category>AWS</category>
      <category>elasticache</category>
      <category>Jedis</category>
      <category>Redis</category>
      <category>session</category>
      <category>spring</category>
      <author>코바</author>
      <guid isPermaLink="true">https://sbcoba.tistory.com/38</guid>
      <comments>https://sbcoba.tistory.com/38#entry38comment</comments>
      <pubDate>Sun, 23 Oct 2016 23:52:29 +0900</pubDate>
    </item>
    <item>
      <title>스프링 부트에서 Thymeleaf3 설정하기 ( 부트스럽게?! )</title>
      <link>https://sbcoba.tistory.com/37</link>
      <description>스프링 부트(글쓰는시점&amp;nbsp;1.4 m3)에서 아직 Thymeleaf 3의 지원이 안되고 있다.
그래서 사용하기 위해 설정을 해보았다.
사실 그냥 기본 스프링스럽게 만드는건 어렵지 않지만 부트스럽게 재구성해보았다.
그리고 기본 스프링부트에서 지원하는 Thymeleaf 2 버전과 기본 자체가&amp;nbsp;호환되도록 구성했다.
(딱히 기존 Thymeleaf 커스터마이징 없으면 바로 사용할 수 있도록 말이다.)

먼저 의존성 설정&amp;nbsp;Gradle Dep..</description>
      <category>개발이야기/스프링(Spring)</category>
      <author>코바</author>
      <guid isPermaLink="true">https://sbcoba.tistory.com/37</guid>
      <comments>https://sbcoba.tistory.com/37#entry37comment</comments>
      <pubDate>Thu, 19 May 2016 01:45:33 +0900</pubDate>
    </item>
    <item>
      <title>Intellij 에서 Spring Devtools 활용하기 팁</title>
      <link>https://sbcoba.tistory.com/36</link>
      <description>인텔리J와&amp;nbsp;Spring Devtools를 사용하면 devtools에서 이야기한 기능이 안먹히는 경우가 있다.물론 이클립스에서는 문제없이 바로 되지만 유독 인텔리J에서만 안된다.예를 Thymeleaf 나 벨로시티등 변경되면 바로 적용이 안되어서 많이 불편하다.그래서&amp;nbsp;ctrl(OSX&amp;nbsp;command)&amp;nbsp;+ shift + f9를 따로 눌러줘야한다.&amp;nbsp;그래서 여기저기 조사해보니 기본적으로 옵션으로 조정해줘도 애플리케이션이..</description>
      <category>개발이야기/스프링(Spring)</category>
      <category>devtools</category>
      <category>IntelliJ</category>
      <category>macro</category>
      <category>spring</category>
      <category>데브툴즈</category>
      <category>매크로</category>
      <category>인텔리J</category>
      <author>코바</author>
      <guid isPermaLink="true">https://sbcoba.tistory.com/36</guid>
      <comments>https://sbcoba.tistory.com/36#entry36comment</comments>
      <pubDate>Sun, 15 May 2016 14:55:49 +0900</pubDate>
    </item>
    <item>
      <title>현재 디렉토리 구조를 한눈에 살펴 볼 수 있도록 html 페이지로 만드는 방법</title>
      <link>https://sbcoba.tistory.com/35</link>
      <description># 디렉토리 구조 볼 수 있는 tree &amp;nbsp;설치# 우분투는 apt-get,&amp;nbsp;CentOS&amp;nbsp;는 yum$ brew install tree&amp;nbsp;# 디렉토리 구조&amp;nbsp;html 파일 생성$ tree -H . &amp;gt; tree.html# 맥에서는 바로 실행$ open tree.html&amp;nbsp;</description>
      <category>유용한 이야기</category>
      <category>HTML</category>
      <category>tree</category>
      <author>코바</author>
      <guid isPermaLink="true">https://sbcoba.tistory.com/35</guid>
      <comments>https://sbcoba.tistory.com/35#entry35comment</comments>
      <pubDate>Tue, 12 Apr 2016 10:04:31 +0900</pubDate>
    </item>
    <item>
      <title>Spring Boot의 기본적인 Error처리</title>
      <link>https://sbcoba.tistory.com/34</link>
      <description>

관련 클래스: org.springframework.boot.autoconfigure.web.BasicErrorController스프링 부트에서 예외 사항이 발견되면 따로 처리 하는 부분이 존재하지 않으면 이 클래스에서&amp;nbsp;대부분의 예외를 처리한다.특수한 예외를 제외기본 기능&amp;nbsp;컨텐츠 타입이 text/html 형태 즉 브라우저에서 페이지로 요청 했을 때 에러가 발생하면 페이지로 보인다.기본 페이지org.springframework.boot..</description>
      <category>개발이야기/스프링(Spring)</category>
      <category>spring</category>
      <category>Spring Boot</category>
      <category>스프링</category>
      <category>스프링 부트</category>
      <author>코바</author>
      <guid isPermaLink="true">https://sbcoba.tistory.com/34</guid>
      <comments>https://sbcoba.tistory.com/34#entry34comment</comments>
      <pubDate>Tue, 26 Jan 2016 23:23:53 +0900</pubDate>
    </item>
    <item>
      <title>Spring Boot Multi DataSource</title>
      <link>https://sbcoba.tistory.com/33</link>
      <description>Spring Boot 는 기본적으로 DataSource 하나를 기준으로 되어 있다.&amp;nbsp;그런데 개발을 하다 보면 DataSource는 최소 두개이상이 필요할 경우가 비교적 많이 생긴다.보통 예를 들면 Mysql 을 Master Slave 를 구조 형태로 따로 접근 해야 한다거나 아니면 관련 없는 레거시 DB를 가져 온다거나 그럴 경우가 있다.&amp;nbsp;그럴 경우 기본적인 Spring 같은 경우에는 모든 DataSoure를 선언하고 각각 트랜잭션을 ..</description>
      <category>개발이야기/스프링(Spring)</category>
      <category>datasource</category>
      <category>github</category>
      <category>Multi DataSource</category>
      <category>spring</category>
      <category>Spring Boot</category>
      <author>코바</author>
      <guid isPermaLink="true">https://sbcoba.tistory.com/33</guid>
      <comments>https://sbcoba.tistory.com/33#entry33comment</comments>
      <pubDate>Mon, 21 Dec 2015 01:25:38 +0900</pubDate>
    </item>
    <item>
      <title>Spring Boot MyBatis</title>
      <link>https://sbcoba.tistory.com/32</link>
      <description>Spring Boot 가 Mybatis 지원이 없어서 만든 프로젝트자세한 내용과 소스 위치https://github.com/sbcoba/spring-boot-mybatis</description>
      <category>개발이야기/스프링(Spring)</category>
      <category>mybatis</category>
      <category>spring</category>
      <category>Spring Boot</category>
      <category>spring boot mybatis</category>
      <category>spring-mybatis</category>
      <author>코바</author>
      <guid isPermaLink="true">https://sbcoba.tistory.com/32</guid>
      <comments>https://sbcoba.tistory.com/32#entry32comment</comments>
      <pubDate>Mon, 7 Sep 2015 00:14:42 +0900</pubDate>
    </item>
    <item>
      <title>Spring boot 에서 Servlet과 Filter 등록하는 방법</title>
      <link>https://sbcoba.tistory.com/31</link>
      <description>기존 Spring 3.1+ (with Servlet 3+)&amp;nbsp;에서 web.xml을 사용하지 않고 개발시에 Servlet&amp;nbsp;및&amp;nbsp;Filter를 등록하고자 할 때에는&amp;nbsp;org.springframework.web.WebApplicationInitializer그리고 Spring 3.2+(with Servlet 3+)&amp;nbsp;에서는&amp;nbsp;인터페이스를 상속하여 편하게 사용할 수 있도록 만든&amp;nbsp;클래스인 &amp;nbsp;org.sp..</description>
      <category>개발이야기/스프링(Spring)</category>
      <category>Fiilter</category>
      <category>servlet</category>
      <category>ServletContextInitializer</category>
      <category>spring</category>
      <category>Spring Boot</category>
      <category>WebApplicationInitializer</category>
      <author>코바</author>
      <guid isPermaLink="true">https://sbcoba.tistory.com/31</guid>
      <comments>https://sbcoba.tistory.com/31#entry31comment</comments>
      <pubDate>Thu, 27 Aug 2015 00:32:46 +0900</pubDate>
    </item>
    <item>
      <title>Spring boot devTools</title>
      <link>https://sbcoba.tistory.com/30</link>
      <description>Spring Boot 1.3 에 DevTools라는 프로젝트가 추가관련 내용:&amp;nbsp;https://spring.io/blog/2015/…/17/devtools-in-spring-boot-1-3기능에 대해 대략 살펴보면Thymeleaf, Freemarker, Groovy Templates, Velocity, Mustache 의 캐시부분의&amp;nbsp;비활성화 속성을 기본적으로 셋팅&amp;nbsp;새로고침 했을 때 바로 바뀌도록 하려는 듯 ( 옵션만 변경된 듯 ..</description>
      <category>개발이야기/스프링(Spring)</category>
      <category>devtools</category>
      <category>java</category>
      <category>spring</category>
      <category>Spring Boot</category>
      <category>spring boot 1.3</category>
      <category>spring boot devtools</category>
      <author>코바</author>
      <guid isPermaLink="true">https://sbcoba.tistory.com/30</guid>
      <comments>https://sbcoba.tistory.com/30#entry30comment</comments>
      <pubDate>Mon, 22 Jun 2015 13:46:48 +0900</pubDate>
    </item>
  </channel>
</rss>