Cleaning Maven Projects after Import IntelliJ

Run the Maven with below command and it will rerun the dependency analysis. This is effective mainly in case where there are multiple child projects under a single parent maven project.

 mvn -U idea:idea
Another Good thing is to enable Facet if you are using it like Spring and then enable the Spring Configurations.

Comments

Popular posts from this blog

'jasypt.encryptor.password' or one of ['jasypt.encryptor.privateKeyString', 'jasypt.encryptor.privateKeyLocation'] must be provided for Password-based or Asymmetric encryption

Field or property 'jobParameters' cannot be found on object of type 'org.springframework.beans.factory.config.BeanExpressionContext' - Spring Batch

java.security.spec.InvalidKeySpecException: Only RSAPrivate(Crt)KeySpec and PKCS8EncodedKeySpec supported for RSA private keys