Spring boot
[toyProject] 게시물 사이트 Part 1
http://13.125.105.236/ 위 사이트 개발에 대한 정리글입니다. (AWS 배포가 중단되면 접속이 제한될 수 있습니다) https://github.com/shyswy/Community-Site GitHub - shyswy/Community-Site: Simple community Site Simple community Site. Contribute to shyswy/Community-Site development by creating an account on GitHub. github.com 위 링크는 프로젝트 리포지토리입니다. README를 자세히 작성했으니 참고하시면 됩니다. DTO: 각 계층간 정보 전달시 필요한 정보만 담아 전달. Ex: BoardDTO: 게시물(Board)에서 필요한..