在components内写 initToast.js
import Vuex from vuex
export default function initToast(v) {v.use(Vuex)// 挂在store到全局Vue原型上v.prototype.$toastStore new Vuex.Store({state: {show:false,icon:"success",//success:成功;fail:失败title:&…
1
dbc4.MySQLNonTransientConnectionException: Client does not support authentication protocol requested
原因是:客户端不支持服务器请求的身份验证协议; 考虑升级MySQL客户端
查看本地的mysql的版本,看看是不是本地的是8.0结果jar还…