在使用IntelliJ IDEA开发多模块Java项目的时候,我通过Project Struture的方式添加Module Dependency,只要被依赖的模块重新编辑pom文件,依赖的模块就丢失。其实细心的话,我们在添加依赖模块的时候,是可以看到这样的提示的。Module 'xxx' is imported from Maven.Any changes made in its configuration may be lost after reimpor...
最近,再给客户做一个外勤签到的功能,使用的是企业微信应用开发,开发的过程中,提示如下错误{"errCode":2,"err_Info":"not match any reliable domain.","errMsg":"config:fail"}查了下,原来是域名没有校验,具体校验方法如下首先来到自建的应用下面,有个开发者接口,单击“申请域名校...
最近在使用VUE开发项目,在使用命令:npm run dev的时候出现如下报错ERROR Failed to compile with 3 errorsThese relative modules were not found:* ./styles/index.scss in ./src/main.js* ./index.vue?vue&type=style&index=0&id=37dfd6fc&lang=scss&scoped=true& in ./src/views/login/index.vue* ./404.v...
出错有个关键点,之前单模块项目,最近重构后改成了多模块项目,具体报错呢如下:java.lang.RuntimeException: File not found : E:/Java/ousense/ousense.admin/WEB-INF/views/common/templete/_layout.html
at com.jfinal.template.source.FileSource.getContent(FileSource.java:69)
at com.jfinal.tem...
项目是JFinal做的,用的IntelliJ IDEA,先介绍下环境,当然出现此问题的原因后JFinal是没有关系的,是maven配置的问题。启动项目的时候突然报了以下错误java.lang.IllegalArgumentException: Properties file not found in classpath: config-dev.txt
at com.jfinal.kit.Prop.<init>(Prop.java...