若依框架 项目运行报错问题

前端项目启动报错 Syntax Error: TypeError: eslint.CLIEngine is not a constructor

stackoverflow上的解决方法
1)升级webstorm 到2019版本
2)降级eslint 到5
我选择 2) 代码如下

npm install --save-dev eslint@5

安装报错
1、npm audit fix
2、npm audit fix --force
3、npm audit

如果失败了
删除package-lock.json 在执行

org.quartz.JobPersistenceException: Couldn't retrieve trigger: Table 'fibc_crm.QRTZ_TRIGGERS' doesn't exist

大小写不识别

通过Maven导出war包时报错:Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project Ocr: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]

在pom.xml中配置

<plugin>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-war-plugin</artifactId>
	<version>3.0.0</version>
	<configuration>
		<webResources>
			<resource>
				<directory>target</directory>
			</resource>
		</webResources>
	</configuration>
</plugin>

错误修改JAVA.LANG.NOCLASSDEFFOUNDERROR: JAVAX/XML/BIND/DATATYPECONVERTER

在这里插入图片描述

jdk版本问题
idea 调整jdk版本
在这里插入图片描述

在这里插入图片描述

错误 接口问题

在这里插入图片描述
修改
在这里插入图片描述
在这里插入图片描述
把前端中的8080端口改成后端的8092端口就好了

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值