【升级】easy-trans from 2.2.11 to 3.0.5
							parent
							
								
									2c97f18410
								
							
						
					
					
						commit
						369e6a009a
					
				| 
						 | 
				
			
			@ -30,7 +30,7 @@
 | 
			
		|||
        <mybatis-plus-generator.version>3.5.7</mybatis-plus-generator.version>
 | 
			
		||||
        <dynamic-datasource.version>4.3.1</dynamic-datasource.version>
 | 
			
		||||
        <mybatis-plus-join.version>1.4.13</mybatis-plus-join.version>
 | 
			
		||||
        <easy-trans.version>2.2.11</easy-trans.version>
 | 
			
		||||
        <easy-trans.version>3.0.5</easy-trans.version>
 | 
			
		||||
        <redisson.version>3.32.0</redisson.version>
 | 
			
		||||
        <dm8.jdbc.version>8.1.3.62</dm8.jdbc.version>
 | 
			
		||||
        <!-- 消息队列 -->
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,7 +24,7 @@ import static cn.iocoder.yudao.module.system.api.user.AdminUserApi.PREFIX;
 | 
			
		|||
 | 
			
		||||
@FeignClient(name = ApiConstants.NAME) // TODO 芋艿:fallbackFactory =
 | 
			
		||||
@Tag(name = "RPC 服务 - 管理员用户")
 | 
			
		||||
//@AutoTrans(namespace = PREFIX, fields = {"nickname"}) // TODO @芋艿:需要 easy-trans 做个 bugfix
 | 
			
		||||
@AutoTrans(namespace = PREFIX, fields = {"nickname"}) // TODO @芋艿:需要 easy-trans 做个 bugfix
 | 
			
		||||
public interface AdminUserApi extends AutoTransable<AdminUserRespDTO> {
 | 
			
		||||
 | 
			
		||||
    String PREFIX = ApiConstants.PREFIX + "/user";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue