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的主要内容,如果未能解决你的问题,请参考以下文章
将SpringBoot项目及vue项目分别打包部署到阿里云服务器
spring boot ,vue的war包部署到tomcat