Skip to content

Instantly share code, notes, and snippets.

@lusabo
Created May 1, 2018 20:48
Show Gist options
  • Save lusabo/9acc61e4255ba7a6a7d490fc78cd1a37 to your computer and use it in GitHub Desktop.
Save lusabo/9acc61e4255ba7a6a7d490fc78cd1a37 to your computer and use it in GitHub Desktop.
CredentialsDTO
package com.eco.security;
// Imports
public class CredentialsDTO {
@NotEmpty
public String username;
@NotEmpty
public String password;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment