Cui Zhi Feng
2024-09-13 5d6035228498e2da085a4bd736ffc086884172f0
1
2
3
4
5
6
7
8
9
package com.mzl.flower.service.impl;
 
import org.springframework.stereotype.Component;
 
 
@Component
public class WebUserDetailsService extends BaseUserDetailsService {
 
}