π 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
π Blaze Persistence β the best way to write JPA Criteria queries
https://vladmihalcea.com/blaze-persistence-jpa-criteria-queries/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/blaze-persistence-jpa-criteria-queries/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
Blaze Persistence - The Best Way to Write JPA Criteria Queries - Vlad Mihalcea
Learn why the Blaze Persistence framework provides the best API to write JPA Criteria queries that use many SQL advanced features.
π Spring Boot Example of Spring Integration and ActiveMQ
https://springframework.guru/spring-boot-example-of-spring-integration-and-activemq/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-boot-example-of-spring-integration-and-activemq/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Spring Boot Example of Spring Integration and ActiveMQ - Spring Framework Guru
In this post, I'm going to walk you through using Spring Boot to set up a Hello World example using Spring Integration and ActiveMQ. We'll configure Spring Integration to listen on an ActiveMQ queue. For fun, I'll use Spock to place a message on the queueβ¦
π Quarkus & Hibernate β Getting Started
https://thorben-janssen.com/quarkus-hibernate/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/quarkus-hibernate/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Quarkus & Hibernate - Getting Started
Quarkus provides a full integration of Hibernate. After a few lines of configuration, you can map your entities and query your data.
π Express JPA Queries as Java Streams
https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Express JPA Queries as Java Streams - Piotr's TechBlog
This article shows how to express JPA queries as Java streams using JPAstreamer library and integrate it with Spring Boot.