dependency for adding jar files in spring boot
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.2.4.RELEASE</version><!--- You may change version with time for new version --->
</dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.2.4.RELEASE</version><!--- You may change version with time for new version --->
</dependency>
In this dependency you should check for versions like 4.2.3 or 4.2.1 etc, then you will save if it has no error then it will be perfect other wise do this 4.2.1
ReplyDelete