cloudroam
2025-01-07 1d0fc6126fb664e81a1a3737d8eaf4a618e7cb0f
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 {
 
}