cloudroam
2025-05-26 25f83d7e36573da46bade5f54315797aa9c9e6cb
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 {
 
}