Exception in thread “main” java.lang.AssertionError

I had the same issue. Forcing maven-compiler-plugin to use javac helped me discover actual compilation errors. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId>   <configuration>     <forceJavacCompilerUse>true</forceJavacCompilerUse>   </configuration> </plugin> More details can be found in this Maven Compiler Plugin bug report Edit: the issue is fixed in maven-compiler-plugin version 3.10.1

Spring boot devtools – Static content reloading does not work in IntelliJ

You need to turn on a couple of features in IntelliJ to make this work. First, there’s a project specific setting which you would need to apply on any project you want to use devtools in. Go to Preferences > Compiler and enable “Make project automatically.” The next setting is an IDEA registry setting that … Read more

JUnit parameterized tests: how do I run only 1 specific test from IntelliJ/Eclipse?

I just tested this in Eclipse with a simple parameterized test that always fails on test #4. One is able to right-click on the failed test and select Run. Only that test then executes. Result: Frustratingly, I can’t see what Eclipse did to solve the problem. Nothing is apparently altered in the run configuration. In … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)