spring-boot.md

July 15, 2021 · View on GitHub

Bookmarks tagged [spring-boot]

www.codever.land/bookmarks/t/spring-boot

Getting started with GraphQL Java and Spring Boot

https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/

This is a tutorial for people who want to create a GraphQL server in Java. It requires some Spring Boot and Java knowledge and while we give a brief introduction into GraphQL, the focus of this tutori...


Spring Tips: Spring Batch - 39min

https://www.youtube.com/watch?v=x4nBNLoizOc

In this tip, we'll look at how to process large amounts of sequential data using Spring Batch.

spring-boot 1.5.RC and spring-batch 4


Quarkus for Spring Developers

https://quarkus.io/blog/quarkus-for-spring-developers/

The arrival of Quarkus 1.0 brings an innovative platform for developing Linux container- and kubernetes-native Java microservices. Developers typically have to set aside their existing knowledge as th...


One-Stop Guide to Database Migration with Flyway and Spring Boot

https://reflectoring.io/database-migration-spring-boot-flyway/

A comprehensive guide for database migrations using Flyway with and without Spring Boot.


springdoc-openapi | Library for OpenAPI 3 with spring-boot

https://springdoc.github.io/springdoc-openapi-demos/

springdoc-openapi java library helps automating the generation of API documentation using spring boot projects. springdoc-openapi works by examining an application at runtime to infer API semantics ba...


Changing the Logging Level at the Runtime for a Spring Boot Application | Baeldung

https://www.baeldung.com/spring-boot-changing-log-level-at-runtime

In this tutorial, we're going to look at ways we can change the logging level of a Spring Boot application at runtime. As with many things, Spring Boot has built-in logging functionality that configur...


Spring Boot in a Container

https://spring.io/blog/2018/11/08/spring-boot-in-a-container

Many people are using containers to wrap their Spring Boot applications, and building containers is not a simple thing to do. This is an article for developers of Spring Boot applications, and contain...


Ehcache Home Page

http://www.ehcache.org/

Java's most widely used cache.


Micrometer Application Monitoring Home Page

http://micrometer.io/

An application metrics facade for the most popular monitoring tools. Instrument your code with dimensional metrics with a vendor neutral interface and decide on the monitoring backend at the last minu...


Defining custom metrics in a Spring Boot application using Micrometer

https://blog.autsoft.hu/defining-custom-metrics-in-a-spring-boot-application-using-micrometer/

Deep dive into Spring Boot's and Micrometer's monitoring capabilities and see how we can define our own metrics.


Performance Monitoring Backend and Frontend using Micrometer - 56min

https://www.youtube.com/watch?v=deBSrmskpcY

Micrometer is an open source metrics collection facade, the default metrics implementation in Spring Boot 2.0 and above. Think SLF4J—but for metrics! In this talk, we'll examine why you should be inst...


Spring Boot Reference Documentation

https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/

Html single page documentation for spring boot


Apache CXF - Spring Boot SOAP Web Service Client Server Example

https://www.codenotfound.com/apache-cxf-spring-boot-soap-web-service-client-server-example.html

A detailed step-by-step tutorial on how to implement a Hello World web service starting from a WSDL and using Apache CXF and Spring Boot.


Spring Boot Externalized Configuration

https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html

Spring Boot lets you externalize your configuration so that you can work with the same application code in different environments. You can use properties files, YAML files, environment variables, and ...


Piggy Metrics

https://piggymetrics.tk/

A simple way to deal with personal finances

This is a proof-of-concept application, which demonstrates [Microservice Architecture Pattern](http://martinfowler.com/micro...


Spring REST + Spring Security Example – Mkyong.com

https://www.mkyong.com/spring-boot/spring-rest-spring-security-example/

Technologies used :

  • Spring Boot 2.1.2.RELEASE
  • Spring 5.1.4.RELEASE
  • Spring Security 5.1.3.RELEASE
  • Spring Data JPA 2.1.4.RELEASE
  • H2 In-memory Database 1.4.197
  • Tomcat Embed 9.0.14
  • JUnit 4.1...
  • :calendar: published on: 2019-02-25
  • tags: spring, spring-boot, rest, spring-security
  • :octocat: source code

Securing OAuth 2.0 Resources in Spring Security 5.1 - YouTube

https://www.youtube.com/watch?v=1N-xwmoN83w

Resource Server parts

The OAuth 2.0 Authorization Framework is elaborate, with several nuances and subtl...


Continuous Development with Java and Kubernetes - DEV Community 👩‍💻👨‍💻

https://dev.to/pozo/continuous-development-with-java-and-kubernetes-3d08

Continuous Development with Java and Kubernetes with the help of Jib and Skaffold


Repository for Keycloak Demos

https://github.com/thomasdarimont/keycloak-docker-demo

Repository for Keycloak Demos.

Probably the best keycloak Slides provi...


Keycloak and Istio

https://www.keycloak.org/2018/02/keycloak-and-istio.html

This short blog post is to share the first trials of combining Keycloak with Istio.

What is Istio? Istio is an platform that provides a common way to manage your service mesh. You may wonder what...


Admin UI for administration of spring boot applications

https://github.com/codecentric/spring-boot-admin

This community project provides an admin interface for Spring Boot ® applications.

It provides the following featur...


Making microservices micro with Istio Service Mesh & Kubernetes by Ray Tsang @ Spring I/O 2018 - YouTube

https://www.youtube.com/watch?v=s31kdh7Q7Hc

Spring has been the leader as a microservices framework for Java with Spring Boot, Spring and Spring Cloud. Istio has emerged as a polyglot alternative to Spring Cloud as an open platform to connect, ...


Identity, Claims, & Tokens – An OpenID Connect Primer, Part 1 of 3

https://developer.okta.com/blog/2017/07/25/oidc-primer-part-1

In this post, we learned some basics about OpenID Connect, its history, and a bit about the various flow types, scopes, and tokens involved.


Getting Started with GraphQL and Spring Boot

https://www.baeldung.com/spring-graphql

Discover GraphQL - a query language for APIs.


GraphQL Java Kickstart

https://www.graphql-java-kickstart.com/

Projects for easily getting started with GraphQL using Java.


Build a Basic CRUD App with Angular 7.0 and Spring Boot 2.1 | Okta Developer

https://developer.okta.com/blog/2018/08/22/basic-crud-angular-7-and-spring-boot-2

Angular and Spring Boot are arguably the two most popular frameworks in all of web development. Matt Raible shows you how to use them together in the same app, and how to secure it all with Okta.


Spring Boot Dependencies

https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-dependenc...

Spring Boot Dependencies pom.xml file


A Guide to Spring Cloud Netflix - Hystrix

https://www.baeldung.com/spring-cloud-netflix-hystrix

The article shows how to set up a fallback in your application logic, using Spring Cloud Hystrix.


Spring Getting Started - Circuit Breaker

https://spring.io/guides/gs/circuit-breaker/

This guide walks you through the process of applying circuit breakers to potentially-failing method calls using the Netflix Hystrix fault tolerance library.


Getting Started · Building an Application with Spring Boot

https://spring.io/guides/gs/spring-boot/

This guide provides a sampling of how Spring Boot helps you accelerate and facilitate application development. As you read more Spring Getting Started guides, you will see more use cases for Spring Bo...


Spring Boot Maven Plugin – Spring Boot

https://docs.spring.io/spring-boot/docs/current/maven-plugin/

The Spring Boot Maven Plugin provides Spring Boot support in Maven, allowing you to package executable jar or war archives and run an application “in-place”.


Spring Boot Micro-services, Containers, and Kubernetes - How To - YouTube

https://www.youtube.com/watch?v=Bcs-inRnLDc

Recorded at SpringOne2GX 2015 Speaker: Ray Tsang, Google Slides: TBD Join this session to learn how to create a Java-based microservice using Spring Boot, co...


Testing a Spring Boot REST API against a Consumer-Driven Contract with Pact - reflectoring

https://reflectoring.io/consumer-driven-contract-provider-pact-spring/

A guide on how to implement a consumer-driven contract test with Pact that verifies that a REST provider based on Spring Boot works as defined in the contract.


Spring Boot

http://spring.io/projects/spring-boot

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".

We take an opinionated view of the Spring platform and third-party libraries so yo...


Spring Boot Reference Guide

http://docs.spring.io/spring-boot/docs/current/reference/html/

Phillip Webb, Dave Syer, Josh Long, Stéphane Nicoll, Rob Winch, Andy Wilkinson, Marcel Overdijk, Christian Dupuis ([PDF](http://docs.spring.io/spring-boot/docs/current/reference/pdf/spring-boot-refere...


Database Versioning with Flyway and JavaButton - CloseLearn More

https://auth0.com/blog/incrementally-changing-your-database-with-java-and-flyway/

In this article, we are going to learn about Flyway, a solution that helps developers to handle version control of database schemas and data on Java applications.