Spring MVC 패턴를 이용한 게시판
- Toy project
- You must run the command from the project folder.
mvn clean
mvn install
- The main method must be executed in IntelliJ.
Run 'Demo12Application'
- Before starting, you need to add application.properties to the Resources folder.
- 메인 화면
- 게시글 목록
- 게시글 상세 보기
- 게시글 등록