
报错:
com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
解决:在application.properties中url后面加 &useSSL=false
还是报错:
com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
解决:检查并重启MySQL
在VS code新建vue项目
> vue init webpack ? Generate project in current directory? Yes ? Project name demo3_vue ? Project description A Vue.js project ? Author RubiaCx <1084281732@qq.com> ? Vue build standalone ? Install vue-router? Yes ? Use ESLint to lint your code? No ? Set up unit tests No ? Setup e2e tests with Nightwatch? No ? Should we run `npm install` for you after the project has been created? (recommended) npm