If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (no profiles are currently 正解:因为spring boot只要你在pom中引入了mybatis-spring-boot-sta
透过现象看本质,SpringApplication 只是将一个典型的Spring应用的启动流程进行了扩展,因此,透彻理解 Spring 容器是打开 Spring Boot 大门的一把钥匙. Spring IOC 容器启动概述 BeanDefinition 对象:容器中的每一个 bean 都会有一个对应的 BeanDefinition 实例.该实例负责保存 bean 对象的所有必要信息,包括 bean 对象的 class 类型.是否是抽象类.构造方法和参数.其他属性等等. BeanDefiniti