Spring Tips: go fast with Spring Boot 3.1

preview_player
Показать описание

#Java #springboot #Microservices #Testcontainers #GraalVM #Docker #DockerCompose #Devtools #SSL
Рекомендации по теме
Комментарии
Автор

Love the springboot demo and seeing test containers and native image support.

sonamcloud
Автор

Condensed and nicely paced video. Thanks for sharing! looking forward to SB 3.1 ;-). Keep up the good work.

gabrield.
Автор

Also I think docker must be bundled in testcontainers because, as I understand, the intention of testcontainers is to use the containers in integration tests and not always CI/CD environments will have Docker available out of the box

Vityoube
Автор

Please make a project with spring security and JWT in spring boot 3.1.0

tohirasadov
Автор

docker-compose now support hot reload of changes

alexandersmirnov
Автор

Started DemoApplication in 3.71 seconds on MBP-M1 Pro, 15x slower than on movie :)

plogigamer
Автор

For the testcontainers part, why don't create a profile like for instance a dev profile and create the testcontainers configuration with this profile?

DimitriCHARLES
Автор

Will dev mode restarts be still be fast in case of large applications (that have some some hundreds of entities, also some schedulers configured and bunch of external integrations)?

Vityoube
Автор

springboot 3.1 not compatible with eureka discovery server any compatible alternative?

ekeneuduike
Автор

which theme are you using in intellij please?

tliouanthoussam
Автор

WTF ? Authorization Server, didn't Spring just depricate their own OAuth2 server year or two ago in favor of sunign Keyclock ?

michaelholopainen
Автор

Hi.. im quiet new and i would like to know what the benefits of the constructor injections are. I could not find a good answer jet, why i should use it.

Nothing_Else_Matters
Автор

I hope spring team understands that current dev mode is not attractive. Quarkus dev is a real dev mode. All those things with recompile looks like manual tedious process in the pure automated pipeline.

alexfaster
Автор

using record classes for entities is not a good practice.

CodewithDilip