青羊经侦大队-数据平台
wl
2022-08-16 1fb2cfb2bcb152bee03f8a332700241693cfd9b6
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("123456"));
    }
}