1. spring原生的xml 配置bean 现在几乎淘汰,忽略!!
2. Component 及其衍生注解 (Controller、Service、Repository)
Component
public class Cat {
}3. Configuration Bean
Configuration
public class AnimalConf…
目录: bug Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate‘ are requiredProperty报错解决方法 bug Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate‘ are requiredProperty
报错
在一个springboot demo启动的时候出现以下错误 ,…