2. 프로젝트 생성 및 플러그인 설치 - 스프링부트(SpringBoot)

Haeun Shin·2021년 1월 27일
1

스프링 부트

목록 보기
2/10
post-thumbnail

프로젝트 생성

  1. Create new Spring Starter Project

  1. 프로젝트 이름 변경 및 Type: Gradle, Java Version: 8

    여기서 Package도 수정하기 - com.board


  1. 각 옵션을 열어 오른쪽에 selected된 것들 체크하고 Finish

  1. 프로젝트 생성 확인





플러그인 설치

  • Help - Eclipse Marketplace... 에서 설치한다.




1. MyBatis

  1. Mybatis 검색 후 MyBatispse 1.2.3 Install

  1. I accept th terms of the license agreement 클릭 후 Finish

  1. Install anyway

  1. Restart Now

  1. Window - Perspective - Customize Perspective...

  1. Shortcuts - MyBatis 체크

  1. 확인

2. 타임리프

  1. Help - Install New Software...

  1. Add... -> Name: thymeleaf, Location: http://www.thymeleaf.org/eclipse-plugin-update-site -> Add

  1. 체크 후 Next >

  1. Next

  1. 동의 후 Finish

  1. Install anyway

  1. Restart Now

0개의 댓글