목록[petmily] (2)
brograming
▼pom.xml 추가 javax.mail javax.mail-api 1.5.5 javax.mail mail 1.4.7 https://brograming.tistory.com/manage/newpost/?type=post&returnURL=%2Fmanage%2Fposts%2F# Tistory 좀 아는 블로거들의 유용한 이야기 www.tistory.com error org.springframework.mail.MailAuthenticationException: Authentication failed Caused by: jakarta.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. Learn more at 535..
template 한글 또는 영어만 허용합니다 watch watch : { 'name': function(){ this.checkName() } } Methods checkName(){ const validateName = /^[가-힣a-zA-Z]+$/; if(!validateName.test(this.name)){ this.isNameCheck = true; }else{ this.isNameCheck = false; } } 참고 자료 정규표현식 : https://velog.io/@jangws/JS-%EC%A0%95%EA%B7%9C%ED%91%9C%ED%98%84%EC%8B%9D%ED%8A%B9%EC%88%98%EB%AC%B8%EC%9E%90-%EC%88%AB%EC%9E%90-%EB%93%B1-6766k8..