---
title: Spring Boot の最新情報ご紹介 (3.0 / 3.1 の新機能など) @ Java on Azure Day 2023
tags: ["Spring", "Spring 6", "Spring Boot", "Java"]
categories: ["Programming", "Java", "org", "springframework", "boot"]
date: 2023-05-22T07:28:52Z
updated: 2023-05-22T09:12:53Z
---

2023-04-26に行われた[Java on Azure Day 2023](https://msevents.microsoft.com/event?id=3692399073)で話した「Spring Boot の最新情報ご紹介 (3.0 / 3.1 の新機能など)」のセッション動画が公開されたので動画とスライドを埋め込みます。


動画

<iframe width="560" height="315" src="https://www.youtube.com/embed/L01rBfxZcGk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>


> [補足] セッションではnative imageでビルドすると実行時にProfileを切り替えられないという話をしましたが、実行時に使い得るProfileをビルド時に指定すれば切り替えられるようです。<br>
> https://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto.aot.conditions



Spring Boot 3.1の新機能の話は38:00〜からです。↓は38:00から開始します。

<iframe width="560" height="315" src="https://www.youtube.com/embed/L01rBfxZcGk?start=2280" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>



スライド

<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQx7EHkWzfc3Y9-vqM0ox1aQzwNB-Q7UJ4CjbzMthIbR4G6wXZSPswlzhaxCsrHbovAHc-Jy6neaEev/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
