jsp head태그 밑이나 body태그 밑부분쯤에 style태그로 이거 넣어주면 없어짐
<style>
textarea:focus {outline: none;}
button:focus {outline: none;}
input:focus {outline: none;}
</style>
'괴발개발 > Spring Framework' 카테고리의 다른 글
mysql쿼리문: 차집합 (0) | 2021.09.17 |
---|---|
<c:set>을 이용한 반복문 사용 1++ 증감, 번호 붙이기 (0) | 2021.09.17 |
이미지 첨부파일 : 첨부파일 이미지 미리보기 (0) | 2021.09.16 |
(MyBatis)mapper에서 insert 후 생성된 auto_increment 값을 리턴하기(가져오기) (0) | 2021.09.11 |
jsp의 date/month 타입을 스프링controller로 가져올 때 (0) | 2021.09.11 |