青羊经侦大队-数据平台
wl
2022-12-26 e43e2f457c52f9a8d4a0aa9d45aa4a0fba94315d
src/test/java/com/example/jz/JzApplicationTests.java
@@ -1,5 +1,6 @@
package com.example.jz;
import com.example.jz.auth.DefaultPwdEncoder;
import com.example.jz.config.MinIOConfig;
import com.example.jz.service.MinIOService;
import org.junit.jupiter.api.Test;
@@ -10,6 +11,8 @@
class JzApplicationTests {
    @Autowired
    MinIOService minIOService;
    @Autowired
    DefaultPwdEncoder defaultPwdEncoder;
    @Test
    void contextLoads() {
@@ -19,7 +22,7 @@
    @Test
    void test() {
        System.out.println(defaultPwdEncoder.encode("qyjz2022!@#"));
    }
}