11 lines
190 B
Java
11 lines
190 B
Java
package com.tiesheng.encrypt;
|
|
|
|
|
|
import org.springframework.context.annotation.ComponentScan;
|
|
|
|
@ComponentScan({
|
|
"com.tiesheng.encrypt.**.*",
|
|
})
|
|
public class EncryptAutoConfigurer {
|
|
}
|