mall-auth注释修改
This commit is contained in:
@@ -8,7 +8,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
import springfox.documentation.swagger2.annotations.EnableSwagger2;
|
||||
|
||||
/**
|
||||
* Swagger API文档相关配置
|
||||
* Swagger相关配置
|
||||
* Created by macro on 2018/4/26.
|
||||
*/
|
||||
@Configuration
|
||||
|
||||
@@ -11,7 +11,7 @@ import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
|
||||
import org.springframework.security.crypto.password.PasswordEncoder;
|
||||
|
||||
/**
|
||||
* SpringSecurity配置
|
||||
* SpringSecurity相关配置
|
||||
* Created by macro on 2020/6/19.
|
||||
*/
|
||||
@Configuration
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.macro.mall.auth.constant;
|
||||
|
||||
/**
|
||||
* 消息常量
|
||||
* 消息常量定义
|
||||
* Created by macro on 2020/6/19.
|
||||
*/
|
||||
public class MessageConstant {
|
||||
|
||||
@@ -6,6 +6,7 @@ import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
|
||||
/**
|
||||
* 后台用户服务远程调用Service
|
||||
* Created by macro on 2019/10/18.
|
||||
*/
|
||||
@FeignClient("mall-admin")
|
||||
|
||||
@@ -6,6 +6,7 @@ import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
|
||||
/**
|
||||
* 前台会员服务远程调用Service
|
||||
* Created by macro on 2020/7/16.
|
||||
*/
|
||||
@FeignClient("mall-portal")
|
||||
|
||||
@@ -8,6 +8,7 @@ import org.springframework.security.web.authentication.SavedRequestAwareAuthenti
|
||||
import org.springframework.security.web.csrf.CookieCsrfTokenRepository;
|
||||
|
||||
/**
|
||||
* SpringSecurity相关配置
|
||||
* Created by macro on 2019/9/30.
|
||||
*/
|
||||
@Configuration
|
||||
|
||||
Reference in New Issue
Block a user