π A Bootiful Podcast: Spring legend Greg Turnquist on Spring Data REST, HATEOAS, CI, and so much more.
https://spring.io/blog/2021/02/25/a-bootiful-podcast-spring-legend-greg-turnquist-on-spring-data-rest-hateoas-ci-and-so-much-more
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/25/a-bootiful-podcast-spring-legend-greg-turnquist-on-spring-data-rest-hateoas-ci-and-so-much-more
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Spring legend Greg Turnquist on Spring Data REST, HATEOAS, CI, and so much more.
<p>Hi, Spring fans! In this episode <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Spring legend <a href="http://twitter.com/gregturn">Greg Turnquist (@gregturn)</a> about Spring Data REST, HATEOAS, CI, and so much more. </p>β¦
π Whatβs New in Spring Boot 2?
https://www.baeldung.com/new-spring-boot-2
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/new-spring-boot-2
β‘οΈ @SpringFrameworkZone
Baeldung
What's new in Spring Boot 2? | Baeldung
A quick and practical overview of Spring Boot 2 new features.
π Coffee with Thorben 2020-02-26 β Utility classes that make your life easier
https://thorben-janssen.com/coffee-with-thorben-2020-02-19-utility-classes/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/coffee-with-thorben-2020-02-19-utility-classes/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Coffee with Thorben 2020-02-26 - Utility classes that make your life easier
In this episode, we take a closer look at some of JPA's and Hibernate's utility features that make your life a lot easier
π An Intro to Spring Cloud Security
https://www.baeldung.com/spring-cloud-security
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-security
β‘οΈ @SpringFrameworkZone
Baeldung
An Intro to Spring Cloud Security | Baeldung
Let's take a closer look at Spring Cloud Security features.
π MicroServices β How To Share DTO (Data Transfer Objects)
https://www.vinsguru.com/microservices-architecture-how-to-share-dto-data-transfer-objects/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/microservices-architecture-how-to-share-dto-data-transfer-objects/
β‘οΈ @SpringFrameworkZone
Vinsguru
MicroServices - How To Share DTO (Data Transfer Objects) | Vinsguru
Over the years, MicroServices have become very popular. They are smaller, modular, easy to deploy and scale etc. However MicroService architectures do have
π Spring Boot CRUD Application with Thymeleaf
https://www.baeldung.com/spring-boot-crud-thymeleaf
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-crud-thymeleaf
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Boot CRUD Application with Thymeleaf | Baeldung
Learn how to create a simple CRUD application with Spring Boot and Thymeleaf.
π Spring Data R2DBC β CRUD With Postgres
https://www.vinsguru.com/spring-data-r2dbc/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/spring-data-r2dbc/
β‘οΈ @SpringFrameworkZone
Vinsguru
Spring Data R2DBC CRUD Example | Vinsguru
In this article, I would like to show you how to perform various CRUD operations using Spring Data R2DBC along with Spring WebFlux. I would use Postgres in
π REST Query Language β Advanced Search Operations
https://www.baeldung.com/rest-api-query-search-language-more-operations
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/rest-api-query-search-language-more-operations
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
REST Query Language - Advanced Search Operations | Baeldung
How to implement a mature, tested Query Language for a REST Search API, using Spring and Spring Data JPA Specifications.
Spring Boot Framework pinned Β«π Java Weekly, Issue 374 https://www.baeldung.com/java-weekly-374 β‘οΈ @SpringFrameworkZoneΒ»
π Unit Testing with JUnit β Part 3 β Hamcrest Matchers
https://springframework.guru/unit-testing-junit-part-3-hamcrest-matchers/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/unit-testing-junit-part-3-hamcrest-matchers/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Unit Testing with JUnit β Part 3 β Hamcrest Matchers
In this series on unit testing with JUnit, we started with JUnit tests both using Maven and IntelliJ in the first part. In the second part, we learned about assertions, JUnit 4 annotations, and testβ¦
π How to Manually Authenticate User with Spring Security
https://www.baeldung.com/manually-set-user-authentication-spring-security
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/manually-set-user-authentication-spring-security
β‘οΈ @SpringFrameworkZone
Baeldung
Manually Authenticate User with Spring Security | Baeldung
Learn how to programmatically set the authenticated user in Spring Security and Spring MVC.
π[24H] Udemy - JUnit 5, Mockito, PowerMock, TDD, BDD & ATTD
Learn JUnit 5 (JUpiter) + libraries for unit and integration testing from scratch together with test-driven development
What you'll learn
Learn specifics of JUnit 5 (Jupiter)
Learn API of the most popular Mock Framework - Mockito
JUnit 5 VS JUnit 4
Adanced knowledge of PowerMock API
Testing level: unit & integration
How to execute tests from Eclipse
Test-driven development (TDD)
Behavior-driven development (BDD)
Acceptance test-driven development
Real-life examples and reviews
Test code coverage
https://www.udemy.com/course/testing-for-developers/?couponCode=TDD_FEB_FREE
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Learn JUnit 5 (JUpiter) + libraries for unit and integration testing from scratch together with test-driven development
What you'll learn
Learn specifics of JUnit 5 (Jupiter)
Learn API of the most popular Mock Framework - Mockito
JUnit 5 VS JUnit 4
Adanced knowledge of PowerMock API
Testing level: unit & integration
How to execute tests from Eclipse
Test-driven development (TDD)
Behavior-driven development (BDD)
Acceptance test-driven development
Real-life examples and reviews
Test code coverage
https://www.udemy.com/course/testing-for-developers/?couponCode=TDD_FEB_FREE
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Udemy
JUnit 5, Mockito, PowerMock, TDD, BDD & ATTD
Learn JUnit 5 (JUpiter) + libraries for unit and integration testing from scratch together with test-driven development
π Rate Limiter Pattern β Microservice Design Patterns
https://www.vinsguru.com/rate-limiter-pattern/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/rate-limiter-pattern/
β‘οΈ @SpringFrameworkZone
Vinsguru
Rate Limiter Pattern With Spring Boot | Vinsguru
This tutorial explains Rate Limiter Pattern, one of the Microservice Design Patterns for designing highly resilient Microservices using resilience4j.
π Deploying to Cloud Foundry from STS
https://spring.io/guides/gs/sts-cloud-foundry-deployment/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/sts-cloud-foundry-deployment/
β‘οΈ @SpringFrameworkZone
spring.io
Deploying to Cloud Foundry from STS
this guide is designed to get you productive as quickly as possible and using the latest Spring project releases and techniques as recommended by the Spring team
π Spring Boot on Knative
https://piotrminkowski.com/2021/03/01/spring-boot-on-knative/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/03/01/spring-boot-on-knative/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Spring Boot on Knative - Piotr's TechBlog
This article shows how to run the Spring Boot application on Knative with Skaffold, create revisions of Knative Service, and autoscale.
π Spring Integration Zip 1.0.4 & CVE-2021-22114
https://spring.io/blog/2021/03/01/spring-integration-zip-1-0-4-cve-2021-22114
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/01/spring-integration-zip-1-0-4-cve-2021-22114
β‘οΈ @SpringFrameworkZone
spring.io
Spring Integration Zip 1.0.4 & CVE-2021-22114
<div class="paragraph">
<p>Dear Spring community,</p>
</div>
<div class="paragraph">
<p>On behalf of the team and everyone who contributed, it is my pleasure to announce <code>1.0.4.RELEASE</code> version for Spring Integration Zip extension.</p>
</div>β¦
<p>Dear Spring community,</p>
</div>
<div class="paragraph">
<p>On behalf of the team and everyone who contributed, it is my pleasure to announce <code>1.0.4.RELEASE</code> version for Spring Integration Zip extension.</p>
</div>β¦
π REST Query Language Over Multiple Tables with Querydsl Web Support
https://www.baeldung.com/rest-querydsl-multiple-tables
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/rest-querydsl-multiple-tables
β‘οΈ @SpringFrameworkZone
Baeldung
REST Queries Over Multiple Tables with Querydsl | Baeldung
A quick guide to using Querydsl to querying over HTTP associated entities.