π A Bootiful Podcast: Matt Raible
https://spring.io/blog/2021/07/08/a-bootiful-podcast-matt-raible
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/07/08/a-bootiful-podcast-matt-raible
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Matt Raible
<p>Itβs Matt Raible! I love talking to Matt Raible, and Iβll bet you would too. Heβs one of the good ones, people. One of the legends of the Java and JavaScript communities. One of the greats. Enjoy!</p>
<iframe title="MATT RAIBLE!!" allowtransparency="true"β¦
<iframe title="MATT RAIBLE!!" allowtransparency="true"β¦
π How to Configure Environment-Specific Logging Behavior with Spring Boot
https://reflectoring.io/profile-specific-logging-spring-boot/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/profile-specific-logging-spring-boot/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Per-Environment Logging with Plain Java and Spring Boot
How to configure a plain Java or Spring Boot application to send logs to different targets in different runtime environments.
π Kubernetes Multicluster with Kind and Submariner
https://piotrminkowski.com/2021/07/08/kubernetes-multicluster-with-kind-and-submariner/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/07/08/kubernetes-multicluster-with-kind-and-submariner/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Kubernetes Multicluster with Kind and Submariner - Piotr's TechBlog
This article shows how to enable direct pod to pod communication between different Kubernetes clusters with Submariner, kind and Calico.
π Overview and Need for DelegatingFilterProxy in Spring
https://www.baeldung.com/spring-delegating-filter-proxy
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-delegating-filter-proxy
β‘οΈ @SpringFrameworkZone
π Spring Authorization Server 0.1.2 available now
https://spring.io/blog/2021/07/09/spring-authorization-server-0-1-2-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/07/09/spring-authorization-server-0-1-2-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Authorization Server 0.1.2 available now
<div class="paragraph">
<p>On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.1.2.</p>
</div>
<div class="paragraph">
<p>You can download it from Maven Centralβ¦
<p>On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.1.2.</p>
</div>
<div class="paragraph">
<p>You can download it from Maven Centralβ¦
Spring Boot Framework pinned Β«π Java Weekly, Issue 393 https://www.baeldung.com/java-weekly-393 β‘οΈ @SpringFrameworkZoneΒ»
π CRUD application with Spring Boot 2.2, Java 11 and H2
https://rieckpil.de/howto-crud-application-with-spring-boot-2-2-java-11-and-h2/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/howto-crud-application-with-spring-boot-2-2-java-11-and-h2/
β‘οΈ @SpringFrameworkZone
rieckpil
CRUD application with Spring Boot 2.2, Java 11 and H2
Learn how to write CRUD applications with Spring Boot 2.2, JUnit 5, Java 11 and an H2 database based on a sample book store application (YouTube video)
π Using the Spring @RequestMapping Annotation
https://springframework.guru/spring-requestmapping-annotation/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-requestmapping-annotation/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Using the Spring @RequestMapping Annotation
@RequestMapping is one of the most common annotation used in Spring Web applications. This annotation maps HTTP requests to handler methods of MVC and REST controllers. In this post, you'll see how versatile the @RequestMappingβ¦
π A Controller, Service and DAO Example with Spring Boot and JSF
https://www.baeldung.com/jsf-spring-boot-controller-service-dao
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/jsf-spring-boot-controller-service-dao
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
A Controller, Service and DAO Example with Spring Boot and JSF | Baeldung
An example application of using a controller, service and DAO with JSF and Spring Boot.
π Static Data with Spring Boot
https://reflectoring.io/spring-boot-static-data/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-static-data/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Static Data with Spring Boot
Sometimes we need some structured, static data in our application. Spring Boot provides an easy way to maintain and access such data without the need of a database.
π Constructor Dependency Injection in Spring
https://www.baeldung.com/constructor-injection-in-spring
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/constructor-injection-in-spring
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Constructor Dependency Injection in Spring | Baeldung
Quick and practical intro to Constructor based injection with Spring.
π Multicluster Traffic Mirroring with Istio and Kind
https://piotrminkowski.com/2021/07/12/multicluster-traffic-mirroring-with-istio-and-kind/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/07/12/multicluster-traffic-mirroring-with-istio-and-kind/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Multicluster Traffic Mirroring with Istio and Kind - Piotr's TechBlog
This article shows how to configure Istio multiclaster traffic mirroring on Kubernetes clusters created locally with Kind.
π Samy is my Hero and Hacking the Magic of Spring Boot
https://springframework.guru/sammy-is-my-hero-and-hacking-spring-boot/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/sammy-is-my-hero-and-hacking-spring-boot/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Samy is my Hero and Hacking the Magic of Spring Boot
Samy is my Hero A few months ago Tim Ferriss interviewed Samy Kamkar on his podcast. Samy's large claim to fame is being the author of the MySpace Samy worm. This is a worm thatβ¦
π Deploying a Spring Boot Application to Cloud Foundry
https://www.baeldung.com/spring-boot-app-deploy-to-cloud-foundry
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-app-deploy-to-cloud-foundry
β‘οΈ @SpringFrameworkZone
Baeldung
Deploying a Spring Boot Application to Cloud Foundry | Baeldung
Learn about the steps necessary to put your application up on Cloud Foundry