반응형
1)SpringBoot 를 우선 다운로드 받습니다.
Spring.io/tool\s 에 들어가서 자기 환경에 맞는 파일을 다운받습니다.
2)spring-tool-suite-4-4.18.0.RELEASE-e4.27.0-win32.win32.x86_64.self-extracting.jar
이런 jar 파일이 다운로드가 되는데 ,
설치를 하고자 하는 경로에 가서
만약 C:\ 에 설치를 한다면 , cmd 모드에서 dos 창에서
java -jar spring-tool-suite-4-4.18.0.RELEASE-e4.27.0-win32.win32.x86_64.self-extracting.jar
이렇게 하면 압축이 풀리면서 설치가 됩니다.
3) Encoding Type 변경
4) Customize Perspective 에서
5)Spring Starter Project 로 실행
Type : Maven
6)application.properties 속성 작성
7)Controller 작성
8)pom.xml에
dependecy에 thymeleaf추가
9)View
templates 밑에 thymeleaf 로 작성해줍니다.
728x90
'Programming' 카테고리의 다른 글
GitHub 에서 다운로드 후 intelliJ 오픈 프로젝트 (0) | 2023.10.04 |
---|---|
텔레그램 봇 만들기 1탄 (0) | 2023.02.08 |
댓글