(Spring Boot) 게시판 #1 – 개발 환경

게시판을 작성하려고 합니다. 조금씩 무게를 올려보려고 합니다. 개발 환경 스프링 부트 2.7.9 롬복 devtools 포스트그레SQL 글래들 백리향 추가 src/main/resources/templates 폴더 생성 추가 src/main/resources/static 폴더 생성 index.html <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”Generator” content=”EditPlus®”> <meta name=”Author” content=””> <meta name=”Keywords” content=””> <meta name=”Description” content=””> <title>Document</title> </head> <body> 인덱스 페이지 입니다. </body> </html> build.gradle plugins … Read more