SpringBoot

1   springboot启动失败

在dao层中,增加了update,没有报错,但是不能启动,,,,去掉update后,可以启动

2   springboot不加载数据库启动

@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class, HibernateJpaAutoConfiguration.class})

原文地址:https://www.cnblogs.com/myfrank/p/8365474.html