在yml文件中 MySQL 数据库引擎怎么设置
datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/webDb //连结的dburl username: root //db用户名 password: jpa: hibernate: ddl-auto: update show-sql: true