Skip to content

Commit

Permalink
Mosip 28840 develop (#64)
Browse files Browse the repository at this point in the history
* MOSIP-28840_develop name changes

* MOSIP-28840_develop name changes

---------

Co-authored-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
sowmya695 and Sowmya Ujjappa Banakar authored Aug 23, 2023
1 parent a74e343 commit c60b0c1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
package io.mosip.biosdk.services.config;

import io.mosip.kernel.biometrics.spi.IBioApi;
import javax.annotation.PostConstruct;

import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Lazy;
import org.springframework.context.annotation.PropertySource;
import org.springframework.core.env.Environment;

import javax.annotation.PostConstruct;
import io.mosip.kernel.biometrics.spi.IBioApi;

@Configuration
@PropertySource("classpath:bootstrap.properties")
public class BioSdkLibConfig {
private static final Logger logger = LoggerFactory.getLogger(BioSdkLibConfig.class);
@Autowired
Expand Down

0 comments on commit c60b0c1

Please sign in to comment.