• 错误代码
      • image.png
    • 错误原因
      • 解释 - 源码中解释
        • 用于针对数据库的身份验证 (Login username of the database./ Login password of the database.)
          • spring.datasource.username
          • spring.datasource.password
        • 用于在执行DML脚本时针对数据库进行身份验证(Username of the database to execute DML scripts (if different). / Password of the database to execute DML scripts (if different).)
          • spring.datasource.data-username
          • spring.datasource.data-password
      • image.png