added userdata, email to lowercase

This commit is contained in:
2021-10-28 11:51:22 +02:00
parent 2af3b8cd63
commit 67a66e3cb9
17 changed files with 366 additions and 104 deletions
@@ -19,7 +19,6 @@ import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import de.bstly.we.businesslogic.support.AbstractModelEventListener;
import de.bstly.we.model.AbstractModel;
import de.bstly.we.model.UserData;
/**
@@ -28,7 +27,7 @@ import de.bstly.we.model.UserData;
@Entity
@Table(name = "shortened_urls")
@EntityListeners(AbstractModelEventListener.class)
public class ShortenedUrl implements UserData, AbstractModel {
public class ShortenedUrl implements UserData {
@Id
@Column(name = "code")