Quantcast
Channel: cc :: somkiat
Viewing all articles
Browse latest Browse all 1997

OpenRewrite :: สำหรับการ migrate ไปยัง Spring Boot 3.2

$
0
0

OpenRewrite เป็นอีกหนึ่งแนวทางในการ migrate project หลัก ๆ คือ JVM language
รวมทั้ง framework ต่าง ๆ และ build tool พวก Apache maven และ Gradle
โดยหนึ่งใน framework ที่สนับสนุนคือ Spring framework และ Spring Boot
สามารถนำมาใช้สำหรับการ migrate มายัง Spring Boot 3.2 ได้
ที่มีความสามารถดังนี้

  • เปิดใช้งาน Virtual thread ให้
  • สนับสนุน RestClient และ JdbcClient
  • Update security patch
  • ปรับปรุงความสามารถ observability
  • สนับสนุน Coordinated Restore at Checkpoint (CRaC)

การใช้งานสำหรับ Apache Maven project เป็นดังนี้

[gist id="3a3f8ed8362ff2edfc548aa71dc43925" file="pom.xml"]

ทำการ run

[gist id="3a3f8ed8362ff2edfc548aa71dc43925" file="1.txt"]

ลองใช้งานกันดูครับ
เป็นอีกแนวทางในการ migrate

Reference Websites


Viewing all articles
Browse latest Browse all 1997

Trending Articles