erwerew
Continue readingHello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Continue readingJava.lang.ClassNotFoundException: org.springframework.ui.velocity.VelocityEngineFactoryBean
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘org.springframework.scheduling.annotation.ProxyAsyncConfiguration’: Unsatisfied dependency expressed through method ‘setConfigurers’ parameter 0: Cannot find class [org.springframework.ui.velocity.VelocityEngineFactoryBean] for
Continue readingHow to login with google auth using javascript
<meta name=”google-signin-client_id” content=”XXXYYY.apps.googleusercontent.com”> <script src=”https://apis.google.com/js/platform.js?onload=onLoadGoogleCallback” async defer></script> <script type=”text/javascript”> function onLoadGoogleCallback(){ gapi.load(‘auth2’, function() { auth2 = gapi.auth2.init({ client_id: ‘XXXYYY.apps.googleusercontent.com’, cookiepolicy:
Continue readingHow to print string in reverse order In Java
Print string in reverse order using recursion in java package com.jp.string.basic; //Print reverse of a string using recursion public class
Continue readingDiff No of Days Betwwen Two Days
package com.test; import java.text.ParseException; import java.text.SimpleDateFormat; import java.time.DayOfWeek; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import org.joda.time.Days; public class Demo {
Continue readingcom.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
Last packet sent to the server was 2 ms ago. STACKTRACE: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: **
Continue readingHibernate Tutorials
What is hibernate ? Hibernate architecture . Hibernate Configuration Using Xml File (Maven) Hibernate Configuration Using Anonation (Maven) Hibernate Vs
Continue readingError creating bean with name ‘classname’: Scope ‘session’ is not active for the current thread
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘DBController’: Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not
Continue reading