新增user服务和gateway服务
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.timeline.user.dto;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
public class LoginResponse {
|
||||
private String token;
|
||||
private String userId;
|
||||
private String username;
|
||||
}
|
||||
Reference in New Issue
Block a user