就在“春天指南”( Spring Guides )之后,我选择了gs-rest-service和gs-accessing-data-jpa。现在,我想将它们合并到一个应用程序中,这就需要对新org.springframework.boot.SpringApplication有更多的了解。在gs-rest-service配置中,看起来几乎不存在@EnableAutoConfiguration
public class A
这可能不是最好的问题,但我注意到Springboot有2个SpringJPA。它们有什么不同。目前,我正在尝试与hibernate一起安装SpringBoot 1.5.3项目。我记得我之前用spring-boot-starter-data-jpa设置了Springboot with JPA。<dependency>
<groupId>org.springframework.