![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.example.support.SpringBean Maven / Gradle / Ivy
The newest version!
package com.github.ltsopensource.example.support;
import org.springframework.stereotype.Component;
/**
* 测试bean 注入
* @author Robert HG ([email protected]) on 8/4/15.
*/
@Component
public class SpringBean {
public void hello(){
System.out.println("我是SpringBean,我执行了");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy