java工场模式——Spring示例

java工厂模式——Spring示例package com.fsti.factory.factorybeanpublic interface Output {public final

java工厂模式——Spring示例