Skip to content

Latest commit

 

History

History
285 lines (240 loc) · 19.8 KB

spring-boot.md

File metadata and controls

285 lines (240 loc) · 19.8 KB

Bookmarks tagged [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...


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


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...


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

A comprehensive guide for database migrations using Flyway with and without 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...


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...


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...


http://www.ehcache.org/

Java's most widely used cache.


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...


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.


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...


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

Html single page documentation for spring boot


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.


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 ...


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...


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...
  • 📆 published on: 2019-02-25
  • tags: spring, spring-boot, rest, spring-security
  • :octocat: source code

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

Resource Server parts

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


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

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


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

Repository for Keycloak Demos.

Probably the best keycloak Slides provi...


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...


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

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

It provides the following featur...


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, ...


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.


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

Discover GraphQL - a query language for APIs.


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

Projects for easily getting started with GraphQL using Java.


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.


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

Spring Boot Dependencies pom.xml file


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.


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.


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...


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”.


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...


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.


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...


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...


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.