diff --git a/VamPa/pom.xml b/VamPa/pom.xml index 0a875cd..1631195 100644 --- a/VamPa/pom.xml +++ b/VamPa/pom.xml @@ -164,7 +164,21 @@ org.bgee.log4jdbc-log4j2 log4jdbc-log4j2-jdbc4 1.16 - + + + + + javax.mail + mail + 1.4.7 + + + + + org.springframework + spring-context-support + ${org.springframework-version} + + + + + + + + + + true + true + true + * + true + javax.net.ssl.SSLSocketFactory + + + + + diff --git a/VamPa/src/main/webapp/WEB-INF/views/member/join.jsp b/VamPa/src/main/webapp/WEB-INF/views/member/join.jsp index ea324be..ae1a56e 100644 --- a/VamPa/src/main/webapp/WEB-INF/views/member/join.jsp +++ b/VamPa/src/main/webapp/WEB-INF/views/member/join.jsp @@ -51,8 +51,8 @@
-
- +
+
인증번호 전송 @@ -125,6 +125,21 @@ $('.id_input').on("propertychange change keyup paste input", function(){ });// function 종료 +/* 인증번호 이메일 전송 */ +$(".mail_check_button").click(function(){ + + var email = $(".mail_input").val(); // 입력한 이메일 + + $.ajax({ + + type:"GET", + url:"mailCheck?email=" + email + + }); + +}); + + diff --git a/VamPa/src/main/webapp/resources/css/member/join.css b/VamPa/src/main/webapp/resources/css/member/join.css index 789c47a..5c0ea10 100644 --- a/VamPa/src/main/webapp/resources/css/member/join.css +++ b/VamPa/src/main/webapp/resources/css/member/join.css @@ -156,6 +156,12 @@ width: 61%; float: left; } +#mail_check_input_box_false{ + background-color:#ebebe4; +} +#mail_check_input_box_true{ + background-color:white; +} .mail_check_input{ width:100%; height:100%; diff --git a/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties b/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties index a6491cf..467b397 100644 --- a/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties +++ b/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven Integration for Eclipse -#Mon Aug 24 22:24:15 KST 2020 +#Mon Nov 02 21:12:33 KST 2020 version=1.0.0-BUILD-SNAPSHOT groupId=com.vam m2e.projectName=VamPa diff --git a/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.xml b/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.xml index 0a875cd..1631195 100644 --- a/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.xml +++ b/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.xml @@ -164,7 +164,21 @@ org.bgee.log4jdbc-log4j2 log4jdbc-log4j2-jdbc4 1.16 - + + + + + javax.mail + mail + 1.4.7 + + + + + org.springframework + spring-context-support + ${org.springframework-version} + + + javax.mail + mail + 1.4.7 + + + + + org.springframework + spring-context-support + ${org.springframework-version} + + + + + + + + + + + true + true + true + * + true + javax.net.ssl.SSLSocketFactory + + + + diff --git a/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/join.jsp b/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/join.jsp index ea324be..0f0e26a 100644 --- a/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/join.jsp +++ b/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/join.jsp @@ -51,8 +51,8 @@
-
- +
+
인증번호 전송 @@ -125,6 +125,23 @@ $('.id_input').on("propertychange change keyup paste input", function(){ });// function 종료 +/* 인증번호 이메일 전송 */ +$(".mail_check_button").click(function(){ + + var email = $(".mail_input").val(); // 입력한 이메일 + + $.ajax({ + + type:"GET", + url:"mailCheck?email=" + email + + }); + +}); + + + + diff --git a/VamPa_MySQL/src/main/webapp/resources/css/member/join.css b/VamPa_MySQL/src/main/webapp/resources/css/member/join.css index 789c47a..9bbfbb2 100644 --- a/VamPa_MySQL/src/main/webapp/resources/css/member/join.css +++ b/VamPa_MySQL/src/main/webapp/resources/css/member/join.css @@ -156,6 +156,12 @@ width: 61%; float: left; } +#mail_check_input_box_false{ + background-color:#ebebe4; +} +#mail_check_input_box_true{ + background-color:white; +} .mail_check_input{ width:100%; height:100%; diff --git a/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties b/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties index 70702e4..7f81e8a 100644 --- a/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties +++ b/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven Integration for Eclipse -#Mon Aug 24 22:24:15 KST 2020 +#Mon Nov 02 21:12:34 KST 2020 version=1.0.0-BUILD-SNAPSHOT groupId=com.vam m2e.projectName=VamPa_MySQL diff --git a/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.xml b/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.xml index d0144a5..8edf3b4 100644 --- a/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.xml +++ b/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.xml @@ -166,6 +166,20 @@ 1 + + + javax.mail + mail + 1.4.7 + + + + + org.springframework + spring-context-support + ${org.springframework-version} + +