spring: datasource: url: jdbc:mysql://localhost:3306/stumanage?characterEncodingutf-8 username: root password: root driver-class-name: com.mysql.jdbc.Driver
Spring配置MySQL连接代码
spring: datasource: url: jdbc:mysql://localhost:3306/stumanage?characterEncodingutf-8 username: root password: root driver-class-name: com.mysql.jdbc.Driver