vue+springboot

Posted chenwei1124

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue+springboot相关的知识,希望对你有一定的参考价值。

运行时报错:You must configure either the server or JDBC driver (via the serverTimezone configuration property),说明是mysql没有把时区改成+8:00,改一下就好,具体方法百度。

运行时报错:

Information:java: Errors occurred while compiling module \'book_manager\'

Information:javac 1.8.0_171 was used to compile java sources

Information:2020/5/30 11:34 - Compilation completed with 91 errors and 0 warnings in 1 s 929 ms

Error:(1, 1) java: 非法字符: \'\\ufffd\'

Error:(1, 2) java: 非法字符: \'\\ufffd\'

。。。。。。。。。。。。。。。。

先把右下角这里改成UTF-16

然后再改回UTF-8

 

以上是关于vue+springboot的主要内容,如果未能解决你的问题,请参考以下文章

vue+springboot前后端分离如何部署项目?

将SpringBoot项目及vue项目分别打包部署到阿里云服务器

springboot+vue和ssm框架哪个难

spring boot ,vue的war包部署到tomcat

Springboot vue.js html 跨域 前后分离 shiro权限 集成代码生成器

基于javaweb的毕业设计 用springboot和vue有问题吗?