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








