정리하기/DR

[Daily Report] 22.03.18 - Bertie 오류 수정

pythaac 2022. 3. 18. 00:34

Memo

Bertie

l  [에러] template might not exist or might not be accessible ~

-       classpathdefault“templates/”

-       controller에서 “/readPost”return

-       따라서, “templates//readPost”로 인식

-       [해결] “/readPost”“readPost”로 수정

 

New

Spring

l  포트 바꾸기

-       [위치] application.properties

-       [내용] server.port=9999

 

Ubuntu

l  방화벽

-       netstat –nap : 모든 열린 포트

-       netstat –nap | grep LISTEN : listen 포트

-       sudo ufw allow 1 : 1번 포트 허용

 

Things to know

탬플릿 패턴

프로토타입 패턴

페이징(Pagination)