|
|
@@ -42,23 +42,23 @@ import javax.annotation.Resource;
|
|
|
@Component
|
|
|
@ConditionalOnProperty(name = "loginPlatform", matchIfMissing = false, havingValue = "fjnx")
|
|
|
public class FJNXLoginService implements LoginService {
|
|
|
- @Value("${fjnx.host}")
|
|
|
- private String host;
|
|
|
-
|
|
|
- @Value("${fjnx.systemCode}")
|
|
|
- private String systemCode;
|
|
|
-
|
|
|
- @Value("${fjnx.passIp}")
|
|
|
- private String passIp;
|
|
|
-
|
|
|
- @Value("${fjnx.passPort}")
|
|
|
- private String passPort;
|
|
|
-
|
|
|
- @Value("${fjnx.appCode}")
|
|
|
- private String appCode;
|
|
|
-
|
|
|
- @Value("${fjnx.secretName}")
|
|
|
- private String secretName;
|
|
|
+// @Value("${fjnx.host}")
|
|
|
+// private String host;
|
|
|
+//
|
|
|
+// @Value("${fjnx.systemCode}")
|
|
|
+// private String systemCode;
|
|
|
+//
|
|
|
+// @Value("${fjnx.passIp}")
|
|
|
+// private String passIp;
|
|
|
+//
|
|
|
+// @Value("${fjnx.passPort}")
|
|
|
+// private String passPort;
|
|
|
+//
|
|
|
+// @Value("${fjnx.appCode}")
|
|
|
+// private String appCode;
|
|
|
+//
|
|
|
+// @Value("${fjnx.secretName}")
|
|
|
+// private String secretName;
|
|
|
|
|
|
@Resource
|
|
|
private RemoteUserService remoteUserService;
|