随笔分类 - SpringBoot
摘要:1.vue配置 /** * * 相对于该配置的nginx服务器请参考nginx配置文件 * */ module.exports = { // 基本路径 publicPath: '/', // 输出文件目录 outputDir: 'dist', // webpack-dev-server 相关配置 d
阅读全文
摘要:版权声明:本文为博主原创文章,如果转载请给出原文链接:http://www.jufanshare.com/content/142.html 提示:需要对IDEA编辑工具使用熟悉 出现一个问题,就是spring boot项目在IDEA中,启动类右键运行,控制台提示:错误: 找不到或无法加载主类 xxx
阅读全文
摘要:问题描述 启动springboot项目的时候发现启动失败,查看日志发现因为找不到主类或无法加载主类。 解决 我这个项目是拉取的别人git上的项目,看了一下目录结构发现没有编译后的文件(target目录)。果断使用maven命令clear清理一下,再install到本地。 一套下来target目录以及
阅读全文
摘要:起因:新安装的idea第一次运行springboot项目报url错误(Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.)
阅读全文