perf(encrypt):加解密调整

This commit is contained in:
曾文豪
2023-07-05 14:11:01 +08:00
parent 90e504e7fd
commit ea24bf3479
6 changed files with 23 additions and 24 deletions

View File

@@ -0,0 +1,10 @@
package com.tiesheng.encrypt;
import org.springframework.context.annotation.ComponentScan;
@ComponentScan({
"com.tiesheng.encrypt.**.*",
})
public class EncryptAutoConfigurer {
}