摘要: 前言 因为项目组需要进行微服务改造,而微服务开发中需要以Spring Boot为基础。因此需要先弄懂SpringBoot。 我们先来看看SpringBoot的背景由来,SpringBoot是什么,一个简单的SpringBoot样例工程 1.SpringBoot的背景由来 springboot是为了解 阅读全文
posted @ 2017-11-10 17:16 hxwang 阅读(409) 评论(0) 推荐(0) 编辑
摘要: Spring Bean配置有以下三种形式: 传统的xml配置 Spring 2.5 以后新增注解配置 Spring3.0以后新增JavaConfig 1. 传统的xml配置 2.基于注解的配置 @Component是Spring容器的基本注解,表示容器中的一个Bean组件。使用@Comopnent相 阅读全文
posted @ 2017-11-10 14:23 hxwang 阅读(2086) 评论(0) 推荐(0) 编辑