why string1 is null when getting it from ApplicationContext and manually setting it into String1 type of variable, in springBoot project
` This is callback1 class, has String1 as setter dependency. I’m setting this manually by taking it from ApplicationContext and calling hashcode on the object in afterPropertiesSet()
package com.example.springcore;