쿵쿵일지
A FactoryBean is an interface that you, as a developer, implements when writing factory classes and you want the object created by the factory to be managed as a bean by Spring, while a BeanFactory on the other hand, represents the Spring IoC container, it contains the managed beans and provides access to retrieving them. It is part of the core of the framework which implements the base function..
Proxy 설정 Proxy 서버란? 프록시 서버의 대표적인 기능은 보안 기능과 캐시 기능 wiki java 에서 Proxy서버 설정 -D 옵션이나 System.setProperty를 이용 System.setProperty("http.proxyHost", "webcache.example.com") ; System.setProperty("http.proxyPort", "8080") ; java -Dhttp.proxyHost=webcache.example.com -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=”localhost|host.example.com” https일 경우 java -Dhttp.proxyHost=webcache.example.com -Dhttp.proxyPor..