π 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.
π Getting Started With Spring Boot
https://springframework.guru/getting-started-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/getting-started-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Getting Started With Spring Boot
Spring Boot is a recent addition to the Spring Framework. It makes starting a Spring based project crazy easy. Before the days of Spring Boot, you as the developer were responsible for creating a projectβ¦
π Configuring Spring Data JPA with Spring Boot
https://thorben-janssen.com/configuring-spring-data-jpa-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/configuring-spring-data-jpa-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Configuring Spring Data JPA with Spring Boot
Spring Boot handles most of the Spring Data JPA configuration for you. But there are still a few settings you need to know.
π This Week in Spring - March 2nd, 2021
https://spring.io/blog/2021/03/02/this-week-in-spring-march-2nd-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/03/02/this-week-in-spring-march-2nd-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - March 2nd, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Iβve finally managed to get my <a href="https://joshlong.com/feed.html">joshlong.com/feed.html</a> page working again so if youβre curious about what Iβm doing, check thisβ¦
π Spring Security β Run-As Authentication
https://www.baeldung.com/spring-security-run-as-auth
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-run-as-auth
β‘οΈ @SpringFrameworkZone
Baeldung
Spring Security - Run-As Authentication | Baeldung
Set up a Spring Security application to allow a user to execute logic as another principal with different privileges.
π Purging Expired Tokens Generated By The Registration
https://www.baeldung.com/registration-token-cleanup
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/registration-token-cleanup
β‘οΈ @SpringFrameworkZone
Baeldung
Purging Expired Tokens Generated by the Registration
A quick writeup on how to clean up the expired verification registration tokens that are left behind by the registration process.
π[24H] Udemy - Spring Framework for Beginners with Spring Boot
In this course, you will learn the highly demanded frameworks of enterprise world: Spring Framework 5 with Spring Boot
What you'll learn
Spring Boot
Spring Core - IoC
Spring MVC
Spring AOP
Spring Data JPA
Spring REST
Spring Security
https://www.udemy.com/course/spring-5-with-spring-boot-2/?couponCode=TELUSKO_YOUTUBE_SP
β‘οΈ @SpringFrameworkZone
In this course, you will learn the highly demanded frameworks of enterprise world: Spring Framework 5 with Spring Boot
What you'll learn
Spring Boot
Spring Core - IoC
Spring MVC
Spring AOP
Spring Data JPA
Spring REST
Spring Security
https://www.udemy.com/course/spring-5-with-spring-boot-2/?couponCode=TELUSKO_YOUTUBE_SP
β‘οΈ @SpringFrameworkZone
Udemy
Java Spring Framework 6, Spring Boot 3, Spring AI Telusko
Master Java, Spring 6 and Spring Boot 3 , Spring JPA, Security, Spring AI, Docker and Microservices with Telusko