From 0b6189c1c208a4f1c4cd4b230dba10b3581d1ff9 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期四, 16 五月 2024 16:01:16 +0800 Subject: [PATCH] fix: 获取司机配送员信息接口修改 --- xboot-core/src/main/java/cn/exrick/xboot/core/config/security/WebSecurityConfig.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xboot-core/src/main/java/cn/exrick/xboot/core/config/security/WebSecurityConfig.java b/xboot-core/src/main/java/cn/exrick/xboot/core/config/security/WebSecurityConfig.java index fabd594..d4f0685 100644 --- a/xboot-core/src/main/java/cn/exrick/xboot/core/config/security/WebSecurityConfig.java +++ b/xboot-core/src/main/java/cn/exrick/xboot/core/config/security/WebSecurityConfig.java @@ -82,7 +82,7 @@ @Override protected void configure(AuthenticationManagerBuilder auth) throws Exception { auth.authenticationProvider(new DaoAuthenticationProvider()); - auth.userDetailsService(userDetailsService).passwordEncoder(new BCryptPasswordEncoder()); + //auth.userDetailsService(userDetailsService).passwordEncoder(new BCryptPasswordEncoder()); } @Override -- Gitblit v1.9.1