π[24H] Udemy - Containerize Springboot CRUD App with Docker & DockerCompose
Learn everything about Docker, Docker compose by running your Springboot application & Database inside containers
https://www.udemy.com/course/containerize-springboot-crud-app-with-docker-dockercompose/?couponCode=FA08DA1D19CB07EEE98D
β‘οΈ @SpringFrameworkZone
Learn everything about Docker, Docker compose by running your Springboot application & Database inside containers
https://www.udemy.com/course/containerize-springboot-crud-app-with-docker-dockercompose/?couponCode=FA08DA1D19CB07EEE98D
β‘οΈ @SpringFrameworkZone
Udemy
Containerize Springboot CRUD App with Docker & DockerCompose
Learn everything about Docker, Docker compose by running your Springboot application & Database inside containers
π Spring Cloud 2021.0.0-M2 (codename Jubilee) is Available.
https://spring.io/blog/2021/10/04/spring-cloud-2021-0-0-m2-codename-jubilee-is-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/10/04/spring-cloud-2021-0-0-m2-codename-jubilee-is-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud 2021.0.0-M2 (codename Jubilee) is Available.
<p>On behalf of the community, I am pleased to announce that the Milestone 2 (M2) of the <a href="https://cloud.spring.io">Spring Cloud 2021.0</a> Release Train (codename Jubilee) is available today. The release can be found in <a href="https://repo.spriβ¦
π Configuring Spring Boot for Microsoft SQL Server
https://springframework.guru/configuring-spring-boot-for-microsoft-sql-server/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/configuring-spring-boot-for-microsoft-sql-server/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Configuring Spring Boot for Microsoft SQL Server
Out of the box, Spring Boot is very easy to use with the H2 Database. Spring programmers typically prefer writing code against such lightweight in-memory database, rather than on an enterprise database server such asβ¦
π This Week in Spring - October 5th, 2021
https://spring.io/blog/2021/10/05/this-week-in-spring-october-5th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/10/05/this-week-in-spring-october-5th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - October 5th, 2021
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Lifeβs been busy but fun this last week. Iβve been knee-deep in video production! Iβve got a lot of fun <a href="https://twitter.com/SpringTipsLive"><em>Spring Tips</em></a>β¦
π Architectural Pattern β Event Carried State Transfer Pattern With Spring Boot + Kafka
https://www.vinsguru.com/kafka-data-consistency-among-microservices-with-event-driven-pattern/
β‘οΈ @SpringFrameworkZone
https://www.vinsguru.com/kafka-data-consistency-among-microservices-with-event-driven-pattern/
β‘οΈ @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.
π @DiscriminatorFormular β Modeling Single Table Inheritance Without a Discriminator
https://thorben-janssen.com/discriminatorformular/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/discriminatorformular/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
@DiscriminatorFormular - Modeling Single Table Inheritance Without a Discriminator
InheritanceType.SINGLE_TABLE requires a discriminator value. Using Hibernate's @DiscriminatorFormula annotation avoids storing it in a column.
π Handle uncaught exceptions in a Spring-Boot REST API β Part VI
https://betterjavacode.com/core-java/handle-uncaught-exceptions-spring-boot-rest-api
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/core-java/handle-uncaught-exceptions-spring-boot-rest-api
β‘οΈ @SpringFrameworkZone
Code Complete
Handle uncaught exceptions in a Spring-Boot REST API - Part VI - Code Complete
Uncaught exceptions. How to handle uncaught exceptions in your Spring Boot REST API. I show the detail steps in this post.
π Spring Tips: Spring GraphQL
https://spring.io/blog/2021/10/06/spring-tips-spring-graphql
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/10/06/spring-tips-spring-graphql
β‘οΈ @SpringFrameworkZone
spring.io
Spring Tips: Spring GraphQL
<p>Hi, Spring fans! In this installment we look at the new Spring GraphQL project.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/kVSYVhmvNCI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboardβ¦
<iframe width="560" height="315" src="https://www.youtube.com/embed/kVSYVhmvNCI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboardβ¦
π High-Performance Java Persistence Newsletter, Issue 31
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-31/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-31/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 31 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π Handle Security in Zuul, with OAuth2 and JWT
https://www.baeldung.com/spring-security-zuul-oauth-jwt
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-zuul-oauth-jwt
β‘οΈ @SpringFrameworkZone
Baeldung
Handle Security in Zuul, with OAuth2 and JWT | Baeldung
Learn about how you can use the Zuul edge service in conjunction with OAuth and JWTs to secure your web services
π Spring Security β Request Rejected Exception
https://www.baeldung.com/spring-security-request-rejected-exception
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-request-rejected-exception
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Security β Request Rejected Exception | Baeldung
Explore Spring Security's protection against malicious URLs that may cause the Path Traversal/Directory Traversal attacks.
π Consumer-Driven Contracts with Spring Cloud Contract
https://rieckpil.de/howto-consumer-driven-contracts-with-spring-cloud-contract/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/howto-consumer-driven-contracts-with-spring-cloud-contract/
β‘οΈ @SpringFrameworkZone
rieckpil
Consumer-Driven Contracts with Spring Cloud Contract
Learn how to write Consumer-Driven Contracts (CDC) with Spring Cloud Contract and write tests involving other Microservices using stubs
π A Bootiful Podcast: Heiko Scherrer on OpenWMS, Spring, Spring Boot, Spring Data, workflow with Activiti and more
https://spring.io/blog/2021/10/07/a-bootiful-podcast-heiko-scherrer-on-openwms-spring-spring-boot-spring-data-workflow-with-activiti-and-more
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/10/07/a-bootiful-podcast-heiko-scherrer-on-openwms-spring-spring-boot-spring-data-workflow-with-activiti-and-more
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Heiko Scherrer on OpenWMS, Spring, Spring Boot, Spring Data, workflow with Activiti and more
<p>Hi, Spring fans! In this installment, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to OpenWMS founder <a href="https://twitter.com/openwms">Heiko Scherrer (@openwms)</a> about OpenWMS, Spring, Spring Boot, Spring Data, workflowβ¦
π Spring Framework Annotations
https://springframework.guru/spring-framework-annotations/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-framework-annotations/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Expert Guide to Spring Annotations
The Java Programming language provided support for Annotations from Java 5.0. Leading Java frameworks were quick to adopt annotations and the Spring Framework started using annotations from the release 2.5. Due to the way theyβ¦