Spring Boot 3.0 クラウドネイティブ関連機能 &
JSUG(日本Springユーザー会)活動紹介
2023.6.23 AWS Dev Day 2023 Tokyo
髙野はいね / hainet50b JSUG(日本Springユーザ会)スタッフ
Slide 2
Slide 2 text
5分でお話します!
● Springとは?
● Spring Boot 3.0 クラウドネイティブ関連機能
○ Native Image Support (w/ AWS Lambda!!!)
○ Observability Support (w/ AWS Distro for OpenTelemetry!)
● JSUG(日本Springユーザ会)の活動紹介
Slide 3
Slide 3 text
Springとは?
Spring Framework
Spring
Data
Spring
AMQP
Spring
Cloud
…
Spring Boot
Java
Slide 4
Slide 4 text
Springとは?
Spring Framework
Spring
Data
Spring
AMQP
Spring
Cloud
…
Spring Boot
Java
2022.11.22
Spring Boot 3.0
Release!
● ベースラインがJava 17へ!
● Native Image Support
● Observability Support
● etc…
Slide 5
Slide 5 text
Native Image Support
JVM AOT
Native
Image
Spring Boot Spring Native
Spring Boot (+ ecosystem projects)
2.x
3.0
Slide 6
Slide 6 text
Native Image Support
ON
Javaでも軽快に動作しやすく!
Native Image AWS Lambda
Slide 7
Slide 7 text
Native Image Support
Jar Deploy
3000ms
Native
Image
Deploy
300ms
Startup Time
300ms :)
Slide 8
Slide 8 text
Observability Support
Log Metrics Tracing
Spring Boot (+ Micrometer) Spring Cloud
Spring Boot (+ Micrometer)
2.x
3.0
Slide 9
Slide 9 text
Observability Support
Primary Signals w/ OTEL
AWS Distro for OpenTelemetry
CloudWatch
Configuration only :)
X-Ray