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