mall-auth注释修改

This commit is contained in:
macro
2023-10-18 17:15:29 +08:00
parent 56f01a3b14
commit 70dfae28b2
6 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,7 +1,7 @@
package com.macro.mall.auth.constant;
/**
* 消息常量
* 消息常量定义
* Created by macro on 2020/6/19.
*/
public class MessageConstant {

View File

@@ -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")

View File

@@ -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")

View File

@@ -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