
web框架
文章平均质量分 73
小光哥C3P0
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
简单的春鞋!
微服务:Springcloud—springBoot 课程内容1,helloworld1.application.yml配置2.Application.java springapplication.run(application.class)开启3.@springbootapplication入口 @RestController =@responsebod原创 2017-07-16 10:01:03 · 282 阅读 · 0 评论 -
springboot初始化bean扫描
这里主要是扫描自定义注解public class AnnotationScan implements ApplicationListener{ @Autowired RedisTemplate redisTemplate; private final static Logger logger = LoggerFactory.getLogger(Annotation原创 2017-07-18 14:52:18 · 4661 阅读 · 0 评论 -
Spring 包扫描
这是入口public class BeanScannerConfigurer implements BeanFactoryPostProcessor, ApplicationListener { private Scanner scanner; public void postProcessBeanFactory(ConfigurableListableBeanFacto原创 2017-07-19 10:48:39 · 416 阅读 · 0 评论 -
解决Springboot中Interceptor拦截器中依赖注入失败
I want to add spring mvc interceptor as part of Java config. I already have a xml based config for this but I am trying to move to a Java config. For interceptors, I know that it can be done like this转载 2017-07-20 09:14:47 · 4211 阅读 · 0 评论