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...
- tags: graphql, spring-boot, tutorials
- :octocat: source code
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
- :calendar: published on: 2017-02-01
- tags: spring, spring-boot, spring-batch
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...
- :calendar: published on: 2019-12-11
- tags: quarkus, spring-boot, spring, java
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.
- tags: flyway, spring-boot, database-migration
- :octocat: source code
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...
- tags: openapi, spring-boot, swagger-ui
- :octocat: source code
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...
- :calendar: published on: 2019-11-05
- tags: spring-boot, logging
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...
- :calendar: published on: 2018-11-08
- tags: spring, spring-boot, docker, dockerfile, jib
Ehcache Home Page
Java's most widely used cache.
- tags: java, caching, spring, spring-boot
- :octocat: source code
Micrometer Application Monitoring Home Page
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...
- tags: monitoring, spring-boot, micrometer
- :octocat: source code
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.
- :calendar: published on: 2019-07-09
- tags: spring-boot, micrometer, prometheus
- :octocat: source code
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...
- :calendar: published on: 2019-10-16
- tags: monitoring, micrometer, spring-boot, docker-compose, prometheus, grafana
- :octocat: source code
Spring Boot Reference Documentation
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/
Html single page documentation for spring boot
- tags: spring-boot, docs
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.
- tags: apache-cxf, spring-boot, java-ws
- :octocat: source code
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 ...
- tags: spring-boot, environment-variables
Piggy Metrics
A simple way to deal with personal finances
This is a proof-of-concept application, which demonstrates [Microservice Architecture Pattern](http://martinfowler.com/micro...
- tags: spring-boot, docker, spring-cloud, microservices, docker-compose
- :octocat: source code
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...
- :calendar: published on: 2018-10-04
- tags: spring, spring-boot, spring-security, oauth2
- :octocat: source code
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
- :calendar: published on: 2011-03-01
- tags: java, kubernetes, spring-boot, helm, skaffold, debugging, jib
- :octocat: source code
Repository for Keycloak Demos
https://github.com/thomasdarimont/keycloak-docker-demo
Repository for Keycloak Demos.
Probably the best keycloak Slides provi...
- tags: keycloak, spring-boot
- :octocat: source code
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...
- :calendar: published on: 2018-02-26
- tags: keycloak, istio, spring-boot
- :octocat: source code
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...
- tags: spring-boot, spring
- :octocat: source code
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, ...
- :calendar: published on: 2018-10-03
- tags: microservices, istio, spring, spring-boot
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.
- [OIDC in Action – An OpenID Connect Primer, Part 2 of 3]...
- :calendar: published on: 2017-07-25
- tags: openid-connect, oidc, spring-boot
- :octocat: source code
Getting Started with GraphQL and Spring Boot
https://www.baeldung.com/spring-graphql
Discover GraphQL - a query language for APIs.
- :calendar: published on: 2019-11-18
- tags: graphql, spring-boot
- :octocat: source code
GraphQL Java Kickstart
https://www.graphql-java-kickstart.com/
Projects for easily getting started with GraphQL using Java.
- tags: graphql, java, spring-boot
- :octocat: source code
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.
- :calendar: published on: 2018-08-22
- tags: spring-boot, angular
Spring Boot Dependencies
https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-dependenc...
Spring Boot Dependencies pom.xml file
- tags: spring-boot
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.
- :calendar: published on: 2018-11-05
- tags: spring, spring-boot, spring-cloud, hystrix, circuit-breaker
- :octocat: source code
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.
- tags: spring, spring-boot, circuit-breaker, hystrix
- :octocat: source code
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...
- tags: spring-boot
- :octocat: source code
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”.
- tags: spring-boot, maven-plugin
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...
- :calendar: published on: 2015-10-19
- tags: spring-boot, kubernetes, microservices
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.
- tags: spring-boot, api, rest, testing
- :octocat: source code
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...
- tags: spring-boot, spring
- :octocat: source code
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...
- tags: free-programming-books, java, spring-boot
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.
- tags: java, flyway, spring-boot