Files
OneKeyCallVideoTablet/src/main/java/com/onekeycall/videotablet/config/CommonConfig.java

11 lines
345 B
Java

package com.onekeycall.videotablet.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.security.crypto.password.PasswordEncoder;
@Configuration
public class CommonConfig {
}