kangarooDataCenterV3/fw-nifi/src/test/java/TestNifiConfig.java

29 lines
674 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import com.hzya.frame.nifi.service.NifiApiService;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
/**
* @Authorliuyang
* @PackagePACKAGE_NAME
* @Projectfw-nifi
* @nameTestNifiConfig
* @Date2025/5/14 11:26
* @FilenameTestNifiConfig
*/
@SpringBootTest
public class TestNifiConfig {
// @Autowired
// private NifiApiService nifiService;
//
// @Test
// public void testCreateProcessor() {
// try {
// nifiService.getAccessToken();
// } catch (Exception e) {
// e.printStackTrace();
// }
// }
}