Skip to content

Commit

Permalink
Merge pull request #180 from Team-Smeme/develop
Browse files Browse the repository at this point in the history
[HOTFIX] 실서버 배포
  • Loading branch information
thguss authored Dec 5, 2023
2 parents 4d8a0a4 + 6e1ee3f commit 91a644e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/smeme/server/model/goal/Goal.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
import jakarta.persistence.Id;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;

@Entity
@Getter
@NoArgsConstructor
public class Goal {

@Id
Expand Down

0 comments on commit 91a644e

Please sign in to comment.