IDEA问题解决办法集合

目录

    • 一、部署tomcat时出现No artifacts marked for deployment
    • 二、maven依赖导入失败问题
    • 三、数据库版本低导致数据导入不了
    • 四、[vue-cli3 的 \[Vue warn\]: You are using the runtime-only build of Vue where the template compiler 的问题解决](https://blog.csdn.net/Zhooson/article/details/83716146)
    • 五、'Sort(org.springframework.data.domain.Sort.Direction, java.util.List

一、部署tomcat时出现No artifacts marked for deployment

点击这里看原文---------

二、maven依赖导入失败问题

点击这里看原文

三、数据库版本低导致数据导入不了

IDEA问题解决办法集合_第1张图片

四、vue-cli3 的 [Vue warn]: You are using the runtime-only build of Vue where the template compiler 的问题解决

五、‘Sort(org.springframework.data.domain.Sort.Direction, java.util.List)’ has private access in ‘org.springframework.data.domain.Sort’

IDEA问题解决办法集合_第2张图片

六、Error: Unable to access jarfile XXX.jar

路径搞得鬼,把配置文件中的全部文件或文件夹设置成绝对路径,最后终于成功了。

七、远程数据库版本冲突问题

java.sql.SQLException: java.lang.ClassCastException: java.math.BigInteger cannot be cast to java.lan

八、“已拦截跨源请求:同源策略禁止读取位于 http://***********的远程资源”–

前端合并到后端的时候记得改axios请求路径
IDEA问题解决办法集合_第3张图片

九、浏览器报错:关于Uncaught SyntaxError- Unexpected token o in JSON at position 1

你可能感兴趣的:(IDEA)