摘要:
margin: 20px;(上、下、左、右各20px。) margin: 20px;(上、下、左、右各20px。) margin: 20px 40px;(上、下20px;左、右40px。) margin: 20px 40px;(上、下20px;左、右40px。) margin: 20px 40px 阅读全文
摘要:
答: FactoryBean接口源码: public interface FactoryBean<T> { /** * The name of an attribute that can be * {@link org.springframework.core.AttributeAccessor#s 阅读全文
摘要:
之前看Spring源码,里面的AbstractXmlApplicationContext,就是使用的模板方法模式,所以在这里,打算,写个简单的demo出来玩玩 定义:在抽象类里面公开定义它的抽象模板,在子类去实现它的抽象方法,然后业务按照模板去执行。 代码实现: public class Templ 阅读全文
摘要:
Spring 从xml文件读取BeanDefinition,或者从properties文件读取BeanDefinition,大家或多或少都有了解,今儿就是对spring进行一个扩展来从json里面去读取BeanDefinition。 下面是我用fastjson转的GenericBeanDefinit 阅读全文
摘要:
在ribbon的springboot project import dependency jar the stores is on you dynamic define,and then are fixed。the listOfServers is fixed,the value is the ip 阅读全文