π Jackson Dependency Issue in Spring Boot with Maven Build
https://springframework.guru/jackson-dependency-issue-spring-boot-maven/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/jackson-dependency-issue-spring-boot-maven/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Jackson Dependency Issue in Spring Boot with Maven Build
Recently while working with Jackson within a Spring Boot project, I encountered an issue I'd like to share with you. Jackson is currently the leading option for parsing JSON in Java. The Jackson library is composedβ¦
π Form Validation with AngularJS and Spring MVC
https://www.baeldung.com/validation-angularjs-spring-mvc
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/validation-angularjs-spring-mvc
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Form Validation with AngularJS and Spring MVC | Baeldung
A quick, practical guide on how to validate form input using AngularJS client-side and Spring MVC server-side validation.
π Event Carried State Transfer β Microservice Design Patterns
https://www.vinsguru.com/event-carried-state-transfer/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/event-carried-state-transfer/
β‘οΈ @SpringFrameworkZone
Vinsguru
Event Carried State Transfer - Microservice Design Patterns | Vinsguru
Learn Event Carried State Transfer Pattern to achieve the data consistency among the Microservices by using Spring Boot + Kafka.
π Building Reusable Mock Modules with Spring Boot
https://reflectoring.io/spring-boot-modules-mocking/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-modules-mocking/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Building Reusable Mock Modules with Spring Boot
Having a modular codebase is nice, but wouldn't it be nicer to have a mock module for each real module to use in tests? Let's discuss a way to do that with Spring Boot!
π Apache Camel K and Quarkus on Kubernetes
https://piotrminkowski.com/2020/12/08/apache-camel-k-and-quarkus-on-kubernetes/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/12/08/apache-camel-k-and-quarkus-on-kubernetes/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Apache Camel K and Quarkus on Kubernetes - Piotr's TechBlog
This article show how to integrate Apache Camel and Quarkus, and then use Apache Camel K to deploy such the application on Kubernetes.
π Difference Between BeanFactory and ApplicationContext
https://www.baeldung.com/spring-beanfactory-vs-applicationcontext
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-beanfactory-vs-applicationcontext
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Difference Between BeanFactory and ApplicationContext | Baeldung
Learn about the significant differences between Spring's ApplicationContext and BeanFactory with practical examples
π Thymeleaf lists Utility Object
https://www.baeldung.com/thymeleaf-lists-utility
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/thymeleaf-lists-utility
β‘οΈ @SpringFrameworkZone
Baeldung
Thymeleaf lists Utility Object
Learn how to use the Thymeleaf lists Utility Object
π Hibernate Field Naming with Spring Boot
https://www.baeldung.com/hibernate-field-naming-spring-boot
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/hibernate-field-naming-spring-boot
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Hibernate Field Naming with Spring Boot | Baeldung
Learn how Spring Boot configures Hibernate's field naming strategies and how to configure them yourself.
π This Week in Spring - December 8th, 2020
https://spring.io/blog/2020/12/08/this-week-in-spring-december-8th-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/08/this-week-in-spring-december-8th-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - December 8th, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Can you believe weβre already past the first week of the last month of the year? I canβt even believe that itβs already been a week since we last congregated here, for thisβ¦
π Dynamic DTO Validation Config Retrieved from the Database
https://www.baeldung.com/spring-dynamic-dto-validation
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-dynamic-dto-validation
β‘οΈ @SpringFrameworkZone
Baeldung
Dynamic DTO Validation Config Retrieved from DB | Baeldung
A quick, practical guide to creating a custom, dynamic DTO validation annotation that retrieves its configurations from a database.
π Spring Framework 5.3.2, 5.2.12, 5.1.20, 5.0.20, and 4.3.30 available now
https://spring.io/blog/2020/12/09/spring-framework-5-3-2-5-2-12-5-1-20-5-0-20-and-4-3-30-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/09/spring-framework-5-3-2-5-2-12-5-1-20-5-0-20-and-4-3-30-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Framework 5.3.2, 5.2.12, 5.1.20, 5.0.20, and 4.3.30 available now
<p>On behalf of the team and everyone who has contributed, I am pleased to announce a full round of Spring Framework releases.</p>
<p>Spring Framework 5.3.2 includes <a href="https://github.com/spring-projects/spring-framework/releases/tag/v5.3.2">54 fixesβ¦
<p>Spring Framework 5.3.2 includes <a href="https://github.com/spring-projects/spring-framework/releases/tag/v5.3.2">54 fixesβ¦
π The Art of learning β Part II
https://betterjavacode.com/uncategorized/the-art-of-learning-part-ii
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/uncategorized/the-art-of-learning-part-ii
β‘οΈ @SpringFrameworkZone
Code Complete
The Art of learning - Part II - Code Complete
If you have missed the notes from Part I, they are Here. Part II notes begin below 85) If I want to be the best, I have to take risks other would avoid, always optimizing the learning potential of the moment and turning adversity to my advantage. That saidβ¦
π SQL LATERAL JOIN β A Beginnerβs Guide
https://vladmihalcea.com/sql-lateral-join/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/sql-lateral-join/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
SQL LATERAL JOIN - A Beginner's Guide - Vlad Mihalcea
Learn how the SQL LATERAL JOIN works and how you can use it to associate rows belonging to a correlated subquery and build compound results.
π Introduction to Spring Security ACL
https://www.baeldung.com/spring-security-acl
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-acl
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
An Introduction to Spring Security ACL | Baeldung
A quick and practical introduction to Spring Security ACL.
π First milestone of Spring Data 2021.0.0 released
https://spring.io/blog/2020/12/09/first-milestone-of-spring-data-2021-0-0-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/09/first-milestone-of-spring-data-2021-0-0-released
β‘οΈ @SpringFrameworkZone
spring.io
First milestone of Spring Data 2021.0.0 released
<p>On behalf of the team and everyone who contributed, Iβd like to announce the first milestone of the Spring Data <code>2021.0.0</code> release train. This release ships with over <a href="https://jira.spring.io/issues/?filter=17238">100 tickets fixed</a>.β¦
π Spring Data 2020.0.2, Neumann-SR6, and Moore-SR12 available
https://spring.io/blog/2020/12/09/spring-data-2020-0-2-neumann-sr6-and-moore-sr12-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/09/spring-data-2020-0-2-neumann-sr6-and-moore-sr12-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2020.0.2, Neumann-SR6, and Moore-SR12 available
<p>On behalf of the Spring Data team, Iβd like to announce the availability of the <code>2020.0.2</code>, <code>Neumann-SR6</code>, and <code>Moore-SR12</code> service releases. These releases pick up Spring Framework <code>5.3.2</code> and <code>5.2.12</code>β¦
π Using JWT with Spring Security OAuth
https://www.baeldung.com/spring-security-oauth-jwt
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-oauth-jwt
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Using JWT with Spring Security OAuth | Baeldung
A guide to using JWT tokens with Spring Security 5.
π undefined
https://piotrminkowski.com/2020/03/30/a-deep-dive-into-spring-webflux-threading-model/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/03/30/a-deep-dive-into-spring-webflux-threading-model/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
A Deep Dive Into Spring WebFlux Threading Model - Piotr's TechBlog
This article explains the threading model used in reactive applications build on top of Spring WebFlux. It includes performance tests.
π React.js and Spring Data REST
https://spring.io/guides/tutorials/react-and-spring-data-rest/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/tutorials/react-and-spring-data-rest/
β‘οΈ @SpringFrameworkZone