Springboot集成druid数据源、mybatis---yml配置文件配置内容

spring: datasource: username: root password: root driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql///springboot? # 数据库链接池 type: com.alibaba.druid.pool.DruidDataSource
相关文章
相关标签/搜索