Azure deployment setup #297

Closed
RecentRunner wants to merge 429 commits from azure-deploy into main
Showing only changes of commit e0297dff6a - Show all commits

View File

@@ -1,11 +1,13 @@
package com.petshop.backend.entity;
import jakarta.persistence.*;
import org.hibernate.annotations.Immutable;
import java.time.LocalDateTime;
import java.util.Objects;
@Entity
@Immutable
@Table(name = "activityLog")
public class ActivityLog {