π Documenting your REST API with Spring Rest Docs
https://reflectoring.io/spring-restdocs/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-restdocs/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Documenting your REST API with Spring Rest Docs
A tutorial on how to create REST API docs with Spring Rest Docs.
π How to Generate Values of Basic Entity Attributes with Hibernate
https://thorben-janssen.com/hibernate-generator-type/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/hibernate-generator-type/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
How to Generate Values of Basic Entity Attributes with Hibernate
Implement your own ValueGenerator to generate the values of your non-primary key attributes.
π RSocket Using Spring Boot
https://www.baeldung.com/spring-boot-rsocket
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-rsocket
β‘οΈ @SpringFrameworkZone
π This Week in Spring - August 31st, 2021
https://spring.io/blog/2021/08/31/this-week-in-spring-august-31st-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/08/31/this-week-in-spring-august-31st-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - August 31st, 2021
<p>Hi, Spring fans! Can you believe it? <em><a href="https://springone.io">SpringOne 2021</a></em> kicks off in less than 24 hours! Have you registered? Itβs free and itβs virtual, but the talks are live and thereβll be ample opportunity to talk to the Springβ¦
π Redirect to Different Pages after Login with Spring Security
https://www.baeldung.com/spring_redirect_after_login
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring_redirect_after_login
β‘οΈ @SpringFrameworkZone
π Spring GraphQL 1.0.0-M2 available now
https://spring.io/blog/2021/09/01/spring-graphql-1-0-0-m2-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/09/01/spring-graphql-1-0-0-m2-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring GraphQL 1.0.0-M2 available now
<p>Less than 2 months after <a href="https://spring.io/blog/2021/07/06/hello-spring-graphql">the initial announcement of Spring GraphQL</a> and <a href="https://spring.io/blog/2021/07/06/introducing-spring-graphql">its follow up intro blog</a>,
Iβm happyβ¦
Iβm happyβ¦
π Configuring Kafka SSL Using Spring Boot
https://www.baeldung.com/spring-boot-kafka-ssl
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-kafka-ssl
β‘οΈ @SpringFrameworkZone
π Spring Boot β Using a Color Startup Banner
https://www.baeldung.com/spring-boot-color-banner
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-color-banner
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Boot Color Banner Support
Learn how to configure a colorful startup banner in Spring Boot.
π High-Performance Java Persistence Newsletter, Issue 30
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-30/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-30/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 30 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π Monitor Spring Boot applications end-to-end using Dynatrace in Azure Spring Cloud!
https://spring.io/blog/2021/09/01/monitor-spring-boot-applications-end-to-end-using-dynatrace-in-azure-spring-cloud
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/09/01/monitor-spring-boot-applications-end-to-end-using-dynatrace-in-azure-spring-cloud
β‘οΈ @SpringFrameworkZone
Monitor Spring Boot applications end-to-end using Dynatrace in Azure Spring Cloud!
Level up your Java code and explore what Spring can do for you.
π Rate-Limiting with Spring Boot and Resilience4j
https://reflectoring.io/rate-limiting-with-springboot-resilience4j/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/rate-limiting-with-springboot-resilience4j/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Rate-Limiting with Spring Boot and Resilience4j
A deep dive into the Spring Boot Resilience4j RateLimiter module, this article shows why, when and how to use it to build resilient applications.
π Intro to Security and WebSockets
https://www.baeldung.com/spring-security-websockets
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-websockets
β‘οΈ @SpringFrameworkZone
π Spring Webflux and CORS
https://www.baeldung.com/spring-webflux-cors
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-webflux-cors
β‘οΈ @SpringFrameworkZone
π A Java 17 and Jakarta EE 9 baseline for Spring Framework 6
https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6
β‘οΈ @SpringFrameworkZone
A Java 17 and Jakarta EE 9 baseline for Spring Framework 6
Level up your Java code and explore what Spring can do for you.
π A Bootiful Podcast: SpringOne 2021 and Jackson and Woodstox creator Tatu Saloranta
https://spring.io/blog/2021/09/02/a-bootiful-podcast-springone-2021-and-jackson-and-woodstox-creator-tatu-saloranta
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/09/02/a-bootiful-podcast-springone-2021-and-jackson-and-woodstox-creator-tatu-saloranta
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: SpringOne 2021 and Jackson and Woodstox creator Tatu Saloranta
<p>Hi, Spring fans! In this installment, <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman )</a> breathlessly recaps some of the exciting news from the just-finished SpringOne 2021 event and then talks to Jackson and Woodstox creator <a hrefβ¦
π Producing and Consuming SOAP Webservice with Spring Boot β Part V
https://betterjavacode.com/spring-boot/producing-and-consuming-soap-webservice-with-spring-boot-part-v
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/spring-boot/producing-and-consuming-soap-webservice-with-spring-boot-part-v
β‘οΈ @SpringFrameworkZone
Code Complete
Producing and Consuming SOAP Webservice with Spring Boot - Part V - Code Complete
How to set up a SOAP Webservice that other services can consume. How to consume that SOAP webservice. In this post, I show the detail steps.