File tree Expand file tree Collapse file tree
src/main/java/com/iemr/common/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040@ Configuration
4141public class IEMRApplBeans
4242{
43- @ Bean
44- public KMService getOpenKMService ()
45- {
46- KMService kmService = new OpenKMServiceImpl ();
47- return kmService ;
48- }
43+ // @Bean
44+ // public KMService getOpenKMService()
45+ // {
46+ // KMService kmService = new OpenKMServiceImpl();
47+ // return kmService;
48+ // }
4949
5050 @ Bean
5151 public Validator getVaidator ()
Original file line number Diff line number Diff line change 5151import org .slf4j .Logger ;
5252import org .slf4j .LoggerFactory ;
5353import org .springframework .beans .factory .annotation .Value ;
54- // import org.springframework.context.annotation.Primary;
55- // import org.springframework.stereotype.Service;
56- // @Service
54+ import org .springframework .context .annotation .Primary ;
55+ import org .springframework .stereotype .Service ;
56+ @ Service
5757// @Primary
5858public class OpenKMServiceImpl implements KMService {
5959
You can’t perform that action at this time.
0 commit comments