Spring Boot Framework pinned Β«π Java Weekly, Issue 366 https://www.baeldung.com/java-weekly-366 β‘οΈ @SpringFrameworkZoneΒ»
π Difference Between spring-boot:repackage and Maven package
https://www.baeldung.com/spring-boot-repackage-vs-mvn-package
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-repackage-vs-mvn-package
β‘οΈ @SpringFrameworkZone
Baeldung
Difference Between spring-boot:repackage and Maven package | Baeldung
Learn the difference between mvn:package and spring-boot:repackage
π Guide to Quarkus with Kotlin
https://piotrminkowski.com/2020/08/09/guide-to-quarkus-with-kotlin/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/08/09/guide-to-quarkus-with-kotlin/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Guide to Quarkus with Kotlin - Piotr's TechBlog
8-step guide for building Quarkus REST-based application written Kotlin that connects to a database using JPA and follows best practices.
π New Features in Java 11
https://www.baeldung.com/java-11-new-features
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/java-11-new-features
β‘οΈ @JavaLearnZone
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
New Features in Java 11 | Baeldung
Java 11 brings new features, including convenience methods in the standard libraries and the integration of the new HTTP Client. We review these and other improvements.
π CSRF Protection with Spring MVC and Thymeleaf
https://www.baeldung.com/csrf-thymeleaf-with-spring-security
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/csrf-thymeleaf-with-spring-security
β‘οΈ @SpringFrameworkZone
Baeldung
CSRF Protection with Spring MVC and Thymeleaf | Baeldung
Quick and practical guide to preventing CSRF attacks with Spring Security, Spring MVC and Thymeleaf.
π Two Factor Auth with Spring Security
https://www.baeldung.com/spring-security-two-factor-authentication-with-soft-token
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-two-factor-authentication-with-soft-token
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Two Factor Auth with Spring Security | Baeldung
A practical two-factor authentication implementation with Spring Security 4 and the Google Authenticator mobile app.
π YMNNALFT: Easy Docker Image Creation with the Spring Boot Maven Plugin and Buildpacks
https://spring.io/blog/2021/01/04/ymnnalft-easy-docker-image-creation-with-the-spring-boot-maven-plugin-and-buildpacks
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/04/ymnnalft-easy-docker-image-creation-with-the-spring-boot-maven-plugin-and-buildpacks
β‘οΈ @SpringFrameworkZone
spring.io
YMNNALFT: Easy Docker Image Creation with the Spring Boot Maven Plugin and Buildpacks
<p>Welcome to another installment of <em>You May Not Need Another Library For That</em> (<code>#YMNNALFT</code>)! Iβve spent a lot of time since 2016 illuminating (or trying to, anyway!) some of the more enormous opportunities in the Spring ecosystem in <aβ¦
π Using Logback with Spring Boot
https://springframework.guru/using-logback-spring-boot/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-logback-spring-boot/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Using Logback with Spring Boot
In this post we will explore using Spring Boot's default logging framework, Logback. Logback makes an excellent logging framework for enterprise applications. Itβs fast, and has simple but powerful configuration options, and comes with aβ¦
π Dockerizing a Spring Boot Application
https://www.baeldung.com/dockerizing-spring-boot-application
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/dockerizing-spring-boot-application
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Dockerizing a Spring Boot Application | Baeldung
The article explains running two SpringBoot applications in different docker containers, but communicating and appearing as a single unit to the host system.
π MongoDB Testcontainers Setup for @DataMongoTest
https://rieckpil.de/mongodb-testcontainers-setup-for-datamongotest/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/mongodb-testcontainers-setup-for-datamongotest/
β‘οΈ @SpringFrameworkZone
rieckpil
MongoDB Testcontainers Setup for @DataMongoTest - rieckpil
Spring Boot testing recipe to disable the default auto-configuration of an embedded MongoDB of @DataMongoTest to use Testcontainers instead.
π Make It Easy to Schedule to Reddit
https://www.baeldung.com/schedule-to-reddit-from-website-feed
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/schedule-to-reddit-from-website-feed
β‘οΈ @SpringFrameworkZone
Baeldung
Make It Easy to Schedule to Reddit | Baeldung
Building a new feature into the case-study app - scheduling a post to Reddit from the RSS feed of a pre-defined site.
π Using Records in Java
https://springframework.guru/using-records-in-java/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-records-in-java/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Using Records in Java
Java 14 introduces a new feature called Records. In Java, Record is a special type of Java class. It is intended to hold pure immutable data in it. The syntax of a record is concise andβ¦
π This Week in Spring, January 5th, 2020 - 10th Anniversary Edition
https://spring.io/blog/2021/01/05/this-week-in-spring-january-5th-2020-10th-anniversary-edition
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/05/this-week-in-spring-january-5th-2020-10th-anniversary-edition
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring, January 5th, 2020 - 10th Anniversary Edition
<p>Hi, Spring fans! Happy new year! And welcome to another installment of <em>This Week in Spring</em>! Today is a significant installment because it marks a decade of <em>This Week in Spring</em>! </p>
<p>I started this roundup after a fun discussion withβ¦
<p>I started this roundup after a fun discussion withβ¦
π Spring Boot Messaging with RabbitMQ
https://springframework.guru/spring-boot-messaging-with-rabbitmq/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-boot-messaging-with-rabbitmq/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Boot Messaging with RabbitMQ
RabbitMQ is a common messaging broker which allows applications to connect and communicate. It's common for services in microservices-based systems to communicate asynchronously through messaging. In order to create such a message-based system, you needβ¦
π Comparison and Sorting with Lambda
https://springframework.guru/comparison-and-sorting-with-lambda/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/comparison-and-sorting-with-lambda/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Comparison and Sorting with Lambda
In Java 8 lambda expressions were added to make Java code more concise and readable. Lambda expressions are similar to methods. However, unlike other methods, lambda expressions do not need a name. You can implementβ¦
π Implementing HTTP Basic Authentication in a Spring Boot REST API
https://springframework.guru/implementing-http-basic-authentication-in-a-spring-boot-rest-api/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/implementing-http-basic-authentication-in-a-spring-boot-rest-api/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Implementing HTTP Basic Authentication in a Spring Boot REST API
Spring Boot REST APIs have different types of clients accessing from different locations. At times, these APIs need to perform tasks to generate and share sensitive data. Now all clients should not get access toβ¦