Junit@Ignore注解修饰类不起作用
junit的@Ignore注解如果修饰类会忽略所有的测试方法执行。但是上截图 但是两个方法都正常执行了。 如果是在方法上使用@Ignore 这样就很正常了。很奇…
idea对spring boot+kotlin的支持是否不太好?
idea对spring boot kotlin的支持是否有点问题呢? 使用idea开发spring boot应用,以前是用java,现在想试试kotlin(很早以前学过kotlin了)前端使用t…
gradle 中的 lintOptions有什么用?
我发现只要我配置了 lintOptions { abortOnError false }那么我的构建就不能通过。 提示 Error:Unable to resolve dependency for ':module_gank@lin…
idea点击maven中的compile报错,如何解决?
错误信息如下 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project demo:…
Idea2017.3 配置Tomcat提示Port is not specified
我下载了intellij idea2017 3.3和3.4进行配置tomcat均报错:Invalid Data:Port is not specifiedHTTP端口8080JMX端口1099AJP端口1099 网上也搜不到相…
idea 中创建了grails web项目 build的时候报错
创建了一个web项目 rest-api是没问题的 :assetCompile FAILEDProcessing File 265 of 582 - layui/views/system/news/edit.html FAILURE: Build fail…
如何获取idea编译后生成的target/xxx 里的文件
目录结构 pom <build> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering&…
idea 编译tomcat 8.5源码 无法将jsp编译成class
编译tomcat 8.5源码成功,成功启动,访问localhost:8080时报Unable to compile class for JSP的错误。访问非jsp(如ico,png)资源正常。 配置环境: …