<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>https://ecency.com</link><image><url>https://ecency.com/logo512.png</url><title>RSS Feed</title><link>https://ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Mon, 29 Jun 2026 01:30:48 GMT</lastBuildDate><atom:link href="https://ecency.com/created/postconstructor/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Spring @PostConstructor란?]]></title><description><![CDATA[스프링은 빈(class, method)을 일단 heap에 등록 해놓고(다 띄워 놓고) 사용하는 방식이기 때문에 생성자(Constructor:컨스트럭터)를 태울 수가 없다. 왜냐하면 컨스트럭터는 new 명령이 실행 될 때 실행 되는데 스프링은 new를 아얘 못쓰게 하지는 않지만 안쓰고 하는 것을 권장 한다. 그래서 컨스트럭터를 쓸수가 없지만 경우에 따라서 빈이]]></description><link>https://ecency.com/@kyeongrok/spring-postconstructor</link><guid isPermaLink="true">https://ecency.com/@kyeongrok/spring-postconstructor</guid><category><![CDATA[springboot]]></category><dc:creator><![CDATA[kyeongrok]]></dc:creator><pubDate>Mon, 04 Jun 2018 01:51:33 GMT</pubDate></item></channel></rss>