# Spring Boot 2 OSS 지원 종료, Spring Boot 3마이그레이션 방법

> Clean Markdown view of GeekNews topic #12129. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=12129](https://news.hada.io/topic?id=12129)
- GeekNews Markdown: [https://news.hada.io/topic/12129.md](https://news.hada.io/topic/12129.md)
- Type: news
- Author: [yechoi](https://news.hada.io/@yechoi)
- Published: 2023-12-02T11:39:00+09:00
- Updated: 2023-12-02T11:39:00+09:00
- Original source: [techblog.lycorp.co.jp](https://techblog.lycorp.co.jp/ko/how-to-migrate-to-spring-boot-3)
- Points: 13
- Comments: 2

## Topic Body

* 마이그레이션 배경  
  * Spring Boot 2의 OSS 지원이 올해 11월 24일에 EOL(end of life)  
  * LINE BK 보험 중개 서비스에서는 이에 Spring Boot 3로 마이그레이션   
  
* Spring Boot 마이그레이션   
  1. 사전 준비  
  2. Java 버전을 최소 17 이상으로 업데이트  
  3. Spring Boot 버전을 3으로 업데이트  
  4. Java EE를 Jakarta EE로 변경  
  5. application.yml 혹은 application.properties 수정  
  6. 지원이 중단된(deprecated) API 수정  
  
  
* 기타 Spring 프로젝트 마이그레이션   
  * Spring Cloud  
  * Spring Data JPA  
  * Spring Batch  
  * Spring Security  
  * 기타(Flyway, Mockito 등)

## Comments



### Comment 21057

- Author: leaf83
- Created: 2023-12-03T12:34:20+09:00
- Points: 1

어떻게 마이그레이션 하지....-_- 난감하네요.

### Comment 21033

- Author: [hidden]
- Created: 2023-12-02T11:53:41+09:00
- Points: 1

[숨김 처리된 댓글입니다]
