跳转到主要内容

springboot 集成数据库

创建项目请参照

create-springboot-project: https://qq829.cn/book/books/bbcbf/page/create-springboot-project

集成数据库

注意:如果你是按create-springboot-project创建的项目,需要删除配置

# application.yml
spring:
  autoconfigure:
    exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration