调整
This commit is contained in:
parent
995d27fd61
commit
38fbe6022f
@ -2,7 +2,6 @@ package com.zhgd.xmgl.config;
|
||||
|
||||
import com.arcsoft.face.FaceEngine;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.boot.CommandLineRunner;
|
||||
import org.springframework.core.annotation.Order;
|
||||
import org.springframework.stereotype.Component;
|
||||
@ -20,14 +19,14 @@ import org.springframework.stereotype.Component;
|
||||
public class FaceRunner implements CommandLineRunner {
|
||||
|
||||
public static FaceEngine faceEngine;
|
||||
@Value("${arcsoft.appId}")
|
||||
private String appId;
|
||||
@Value("${arcsoft.sdkKey}")
|
||||
private String winsSdkKey;
|
||||
@Value("${arcsoft.linux.sdkKey}")
|
||||
private String linuxSdkKey;
|
||||
@Value("${arcsoft.dllPath}")
|
||||
private String dllPath;
|
||||
// @Value("${arcsoft.appId}")
|
||||
// private String appId;
|
||||
// @Value("${arcsoft.sdkKey}")
|
||||
// private String winsSdkKey;
|
||||
// @Value("${arcsoft.linux.sdkKey}")
|
||||
// private String linuxSdkKey;
|
||||
// @Value("${arcsoft.dllPath}")
|
||||
// private String dllPath;
|
||||
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user