10 2024 档案
摘要:import javax.crypto.Cipher; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.SecretKeySpec; import java.util.Base64; public class AE
阅读全文
摘要:项目启动的要加上配置文件的扫描路径 import com.example.config.ObsProperties; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringAppl
阅读全文
摘要:文章引用:https://www.cnblogs.com/chenggan/p/16008226.html application程序入口也要加上扫描 import org.mybatis.spring.annotation.MapperScan; @MapperScan("com.lexin.ap
阅读全文