Skip to content

grabnerandi/SpringBootBookstoreWithProblems

Repository files navigation

SpringBootBookstoreWithProblems

This is an extended version of the Spring Boot Sample App I found here: https://spring.io/guides/gs/circuit-breaker/

Overview of new version of this app

Architectural Overview and REST Endpoints

Dynatrace PERFORM 2017 HOT DAY

We are going to use this app for our Dynatrace Perform 2017 Hands on Training Day in our session "Shift-Left Performance: Integrating Dynatrace in your Pipeline". In that training session we are going to build a Jenkins Build Pipeline to build and deploy this 2 tier Spring Boot App. We will also execute a handful of HTTP Web API Tests against the REST APIs. The Dynatrace AppMon Jenkins Integration and Dynatrace Test Automation feature allow us to stop the pipeline in case a code change to the app is going to impact performance, scalability or if it introduces any architectural rules

Here is a quick overview of what we are trying to achieve in that training session:

Building a Jenkins Pipeline for this App Multi-phase Jenkins pipeline

Switching from Version 1 to Version 2 of this App Two versions of this app available. Version 2 has some built-in architectural issues such as making too many micro-service calls to the backend!

Dynatrace automatically detects the regression Dynatrace detects a regression on the number of micro-service calls being made while executing our tests

Dynatrace Jenkins Plugin stops the pipeline Dynatrace Jenkins Plugin stops the Jenkins Pipeline

Want to learn more about Dynatrace AppMon and Shift-Left Performance?

Get your Dynatrace AppMon & UEM Personal License: http://bit.ly/dtpersonal Watch my YouTube Tutorials on that topic

About

This is an extended version of the Spring Boot Sample App I found here: https://spring.io/guides/gs/circuit-breaker/

Resources

Stars

Watchers

Forks

Packages

No packages published