240 发简信
IP属地:广东
  • 你好,下载了demo可以跑。但是配到环境中就提示
    Description:

    Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

    Reason: Failed to determine a suitable driver class

    是什么问题呢,谢谢

    springboot多数据源,最简单的整合方式

    简介 相信大家有配置过多数据源,或者即将配置多数据的朋友们,会发现网上大概有以下几种方案: 1.使用AOP切片进行动态数据源切换 2.使用MapperScan的basePac...