diff --git a/pom.xml b/pom.xml
index 1e922bd..77cfcd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,28 @@
org.springframework.boot
spring-boot-starter-data-jdbc
+
+ org.springframework.boot
+ spring-boot-starter-oauth2-authorization-server
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+
+
+ org.springframework.security
+ spring-security-test
+ test
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
diff --git a/src/main/java/com/guams/review/configuration/Advice.java b/src/main/java/com/guams/review/configuration/Advice.java
index e835bbd..1f398f1 100644
--- a/src/main/java/com/guams/review/configuration/Advice.java
+++ b/src/main/java/com/guams/review/configuration/Advice.java
@@ -1,5 +1,7 @@
package com.guams.review.configuration;
+import com.guams.review.exception.AlreadyExistsException;
+import com.guams.review.exception.InvalidNameOrPasswordException;
import com.guams.review.exception.NotFoundException;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
@@ -13,4 +15,14 @@ public class Advice {
public ResponseEntity