Skip to content

Commit

Permalink
调整注释格式
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Mar 6, 2024
1 parent a765077 commit eef7094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
import org.springframework.context.annotation.Configuration;

/**
* @author eightmonth
* @date 2023/10/16 17:35
*
* @author eightmonth
* @date 2023/10/16 17:35
*/
@Configuration(proxyBeanMethods = false)
@ConditionalOnClass(Client.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
import java.util.List;

/**
* @author eightmonth
* @date 2023/10/16 17:32
*
* @author eightmonth
* @date 2023/10/16 17:32
*/
public class SeataFeignRequestInterceptor implements RequestInterceptor {
@Override
Expand Down

0 comments on commit eef7094

Please sign in to comment.