cloudroam
2024-12-05 759bac7039f74894a588a11d71e5fd666111c15d
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 {
 
}