Skip to content

Commit

Permalink
UMC-EWHA#31 Refactor: Refactor user package
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyoee committed Nov 19, 2022
1 parent 0448782 commit 121926e
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.umc.board;
package com.umc.board.user;

import com.umc.board.model.*;
import com.umc.board.user.model.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.umc.board;
package com.umc.board.user;

import com.umc.board.model.*;
import com.umc.board.user.model.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Repository;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.umc.board;
package com.umc.board.user;

import com.umc.board.model.*;
import com.umc.board.user.model.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.umc.board.model;
package com.umc.board.user.model;

import lombok.AllArgsConstructor;
import lombok.Getter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.umc.board.model;
package com.umc.board.user.model;

import lombok.*;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.umc.board.model;
package com.umc.board.user.model;

import lombok.*;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.umc.board.model;
package com.umc.board.user.model;

import lombok.AllArgsConstructor;
import lombok.Getter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.umc.board.model;
package com.umc.board.user.model;

import lombok.*;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.umc.board.model;
package com.umc.board.user.model;

import lombok.AllArgsConstructor;
import lombok.Getter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.umc.board.model;
package com.umc.board.user.model;

import lombok.AllArgsConstructor;
import lombok.Getter;
Expand Down

0 comments on commit 121926e

Please sign in to comment.