推荐使用:谷歌浏览器 后台地址 http://localhost:8080/springbootus5uu/admin/dist/index.html 管理员 abo 密码 abo 前台地址:http://localhost:8080/springbootus5uu/front/index.html 在src\main\resources\application.yml中编辑 url: jdbc:mysql://127.0.0.1:3306/springbootus5uu?useUnicode=true&characterEncoding=utf-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC username: root password: 123456 (数据库密码)