Burninghering's Blog
Published 2021. 12. 7. 22:46
Spring 게시판 만들기 Today I Learned

https://devbirdfeet.tistory.com/36

 

윈도우에서 8080 포트 죽이기

문제 상황 웹 개발 도중 STS에서 톰캣 Tomcat 서버를 켰다. 그러나 8080 포트가 이미 사용 중이라는 에러메시지가 떳다. 그래서 사용 중인 포트를 죽여보도록 하자 문제 해결 - cmd에서 포트를 죽이는

devbirdfeet.tistory.com

 

https://developer-p.tistory.com/52

 

MySQL 설치하기 (msi파일) - 초간단 인스톨러 사용

오늘은 MySQL 설치하는 법에 대해 알려드리려 합니다. MySQL설치는 1. msi파일로 설치하는법 2. zip아카이브를 통해 설치하는법 총 2가지가 있습니다. 우선 2번보다 훨씬 간단한 방법이면서, 저희가 늘

developer-p.tistory.com

 

https://ellie67.tistory.com/m/27

 

[MySQL]The specified database user/password combination is rejected: [28000][1045] Access denied for user 'root'@'localhost' (us

using password: YES는 root 계정의 비밀번호가 틀렸다는 뜻이다. mysql에서 설정했던 비밀번호를 제대로 입력한 것 같은데 계속 틀렸다고 나왔다. 이 프로젝트에서 사용하는 db말고 따로 새로 데이터베

ellie67.tistory.com

 

https://mchch.tistory.com/165

 

[JPA] BaseTimeEntity LocalDateTime format 변경

LocalDateTime 기본으로 적용되는 날짜표시 포맷 2021-07-06T14:32:27.002333 저 T는 날짜 뒤에 시간이 온다는 것을 알려주는 ISO 날짜 형식이라고 함.. 저 T를 포함한.. 밀리세컨드등이 너무 거슬려서... LocalDa

mchch.tistory.com

 

https://ingeni.tistory.com/entry/%ED%8E%98%EC%9D%B4%EC%A7%80-%EC%9D%B4%EB%8F%99-javascript-%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8

 

페이지 이동 : javascript (자바스크립트)

페이지 이동 : javascript (자바스크립트) ¶ location.href="URI"; 자동으로 특정페이지로 이동할 때 사용 a 태그 이용 공지사항 목록 이벤트 사용 (get 방식) 공지사항 목록 공지사항 목록 이벤트 사용 (pos

ingeni.tistory.com

 

https://victorydntmd.tistory.com/325

 

[SpringBoot] 게시판 (1) - 준비작업

Springboot로 디자인이 하나도 없고 매우 간단한 게시판을 구현하는 시리즈입니다. 최종 소스는 깃헙에서 확인하실 수 있습니다. [SpringBoot] 게시판 (1) - 준비작업 [SpringBoot] 게시판 (2) - 게시글 추가

victorydntmd.tistory.com

 

https://lewis-kku.tistory.com/15

 

2021.04.07~08 Spring 회원가입,로그인 기능 공부

Spring 2일부터 시작된 클론 코딩 주간. 이번 팀에서는 넷플릭스 홈페이지에 도전하고 있는데, 프론트와 백엔드의 작업을 나눠서 하다보니 지금까지 배웠던 내용들에 대해서 깊게 찾을 수 있는 시

lewis-kku.tistory.com

 

아래와 같은 에러 발생

Refused to apply style from 'http://localhost:8080/bootstrap-tagsinput.css' because its MIME type ('') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
 

[Spring] css파일을 못찾을때

필자는 화면을 만들기 위해 css파일과 html을 만들었다. 그런데 때로는 Failed to load resource: the server responded with a status of 404 () 오류와 because its MIME type ('text/html') is not a supported..

csy7792.tistory.com

 

스프링 시큐리티 설정

https://newvid.tistory.com/entry/spring-boot-JPA-security-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EC%84%A4%EC%A0%95

 

spring boot + JPA + security 로그인 설정

Spring security 를 통한 권한부여를 공부하다가 바보처럼 자꾸 잊어버려서 Step by 로 메모해둠 1. 의존성 설치 build.gradle compile('org.springframework.boot:spring-boot-starter-security') 2. Security Co..

tistory.linkube.com

 

'Today I Learned' 카테고리의 다른 글

TIL1014_JWT  (0) 2021.12.13
Git 되돌리기  (0) 2021.12.09
211130TIL_API  (0) 2021.12.02
211129TIL_Lombok, DTO  (0) 2021.12.01
211125TIL_자바 완전 기초!  (0) 2021.11.25
profile

Burninghering's Blog

@개발자 김혜린

안녕하세요! 반갑습니다.