美文网首页
springboot 多数据源 dataSource or da

springboot 多数据源 dataSource or da

作者: 一介书生独醉江湖 | 来源:发表于2022-06-18 09:39 被阅读0次
    # 单数据源;
    
    spring:
      datasource:
        fq:
          url: jdbc:mysql:......
          username: ******
          password: ******
    
    # 多数据源时,url 需要换成jdbc-url 即可;
    
    spring:
      datasource:
        fq:
          jdbc-url: jdbc:mysql:......
          username: ******
          password: ******
    

    相关文章

      网友评论

          本文标题:springboot 多数据源 dataSource or da

          本文链接:https://www.haomeiwen.com/subject/udgcvrtx.html