Groovy 2 Cookbook

Download Groovy 2 Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1849519374
Total Pages : 625 pages
Book Rating : 4.8/5 (495 download)

DOWNLOAD NOW!


Book Synopsis Groovy 2 Cookbook by : Andrey Adamovich

Download or read book Groovy 2 Cookbook written by Andrey Adamovich and published by Packt Publishing Ltd. This book was released on 2013-10-22 with total page 625 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book follows a Cookbook style and is packed with intermediate and advanced level recipes.This book is for Java developers who have an interest in discovering new ways to quickly get the job done using a new language that shares many similarities with Java. The book’s recipes start simple, therefore no previous Groovy experience is required to understand the code and the explanations accompanying the examples.

Jenkins 2.x Continuous Integration Cookbook

Download Jenkins 2.x Continuous Integration Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1788292618
Total Pages : 431 pages
Book Rating : 4.7/5 (882 download)

DOWNLOAD NOW!


Book Synopsis Jenkins 2.x Continuous Integration Cookbook by : Mitesh Soni

Download or read book Jenkins 2.x Continuous Integration Cookbook written by Mitesh Soni and published by Packt Publishing Ltd. This book was released on 2017-10-30 with total page 431 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get a problem-solution approach enriched with code examples for practical and easy comprehension About This Book Explore the use of more than 40 best-of-breed plug-ins for improving efficiency Secure and maintain Jenkins 2.x by integrating it with LDAP and CAS, which is a Single Sign-on solution Efficiently build advanced pipelines with pipeline as code, thus increasing your team's productivity Who This Book Is For If you are a Java developer, a software architect, a technical project manager, a build manager, or a development or QA engineer, then this book is ideal for you. A basic understanding of the software development life cycle and Java development is needed, as well as a rudimentary understanding of Jenkins. What You Will Learn Install and Configure Jenkins 2.x on AWS and Azure Explore effective ways to manage and monitor Jenkins 2.x Secure Jenkins 2.x using Matrix-based Security Deploying a WAR file from Jenkins 2.x to Azure App Services and AWS Beanstalk Automate deployment of application on AWS and Azure PaaS Continuous Testing – Unit Test Execution, Functional Testing and Load Testing In Detail Jenkins 2.x is one of the most popular Continuous Integration servers in the market today. It was designed to maintain, secure, communicate, test, build, and improve the software development process. This book will begin by guiding you through steps for installing and configuring Jenkins 2.x on AWS and Azure. This is followed by steps that enable you to manage and monitor Jenkins 2.x. You will also explore the ways to enhance the overall security of Jenkins 2.x. You will then explore the steps involved in improving the code quality using SonarQube. Then, you will learn the ways to improve quality, followed by how to run performance and functional tests against a web application and web services. Finally, you will see what the available plugins are, concluding with best practices to improve quality. Style and approach This book provides a problem-solution approach to some common tasks and some uncommon tasks using Jenkins 2.x and is well-illustrated with practical code examples.

JRuby Cookbook

Download JRuby Cookbook PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596554117
Total Pages : 226 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis JRuby Cookbook by : Justin Edelson

Download or read book JRuby Cookbook written by Justin Edelson and published by "O'Reilly Media, Inc.". This book was released on 2008-11-06 with total page 226 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you're interested in JRuby, you probably don't need a tutorial on Ruby, Rails, or Java -- you just need to know how to get things done. This Cookbook offers practical solutions for using the Java implementation of the Ruby language, with targeted recipes for deploying Rails web applications on Java servers, integrating JRuby code with Java technologies, developing JRuby desktop applications with Java toolkits, and more. Using numerous reusable code samples, JRuby Cookbook shows you how to: Install and update JRuby on Windows, Mac OS X, and Linux, and IDEs such as NetBeans and Eclipse Package and deploy Rails apps on Java Servlet containers and Java EE application servers, including JBoss, Tomcat, and GlassFish Integrate Ruby and Rails applications with popular Java EE technologies such as JMS, JMX, JPA, Spring, and Hibernate Develop desktop and client applications with cross-platform Java UI technologies and toolkits such as Swing, SWT, and Java 2D Maximize the flexibility of your testing and build environment, using both existing Java-based tools such as Ant and Maven and newer Ruby-based tools such as Rake, Raven, and Buildr The JRuby interpreter combines Ruby's simplicity and ease of use with Java's extensive libraries and technologies, a potent blend that opens new possibilities for Ruby, Rails, and Java. This Cookbook helps you take full advantage of JRuby's potential. "The JRuby Cookbook is an excellent book for any polyglot who is trying to bridge the gap between Java and Ruby. It provides solutions to specific problems developers face in both their development and testing environments, along with the applications they're building."-- Bob McWhirter, Research & Prototyping, Red Hat Middleware

Scala Cookbook

Download Scala Cookbook PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449340334
Total Pages : 722 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Scala Cookbook by : Alvin Alexander

Download or read book Scala Cookbook written by Alvin Alexander and published by "O'Reilly Media, Inc.". This book was released on 2013-08 with total page 722 pages. Available in PDF, EPUB and Kindle. Book excerpt: Save time and trouble when using Scala to build object-oriented, functional, and concurrent applications. With more than 250 ready-to-use recipes and 700 code examples, this comprehensive cookbook covers the most common problems you’ll encounter when using the Scala language, libraries, and tools. It’s ideal not only for experienced Scala developers, but also for programmers learning to use this JVM language. Author Alvin Alexander (creator of DevDaily.com) provides solutions based on his experience using Scala for highly scalable, component-based applications that support concurrency and distribution. Packed with real-world scenarios, this book provides recipes for: Strings, numeric types, and control structures Classes, methods, objects, traits, and packaging Functional programming in a variety of situations Collections covering Scala's wealth of classes and methods Concurrency, using the Akka Actors library Using the Scala REPL and the Simple Build Tool (SBT) Web services on both the client and server sides Interacting with SQL and NoSQL databases Best practices in Scala development

Gradle Essentials

Download Gradle Essentials PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1783982373
Total Pages : 176 pages
Book Rating : 4.7/5 (839 download)

DOWNLOAD NOW!


Book Synopsis Gradle Essentials by : Kunal Dabir

Download or read book Gradle Essentials written by Kunal Dabir and published by Packt Publishing Ltd. This book was released on 2015-12-23 with total page 176 pages. Available in PDF, EPUB and Kindle. Book excerpt: Master the fundamentals of Gradle using real-world projects with this quick and easy-to-read guide About This Book Write beautiful build scripts for various types of projects effortlessly Become more productive by harnessing the power and elegance of the Gradle DSL Learn how to use Gradle quickly and effectively with this step-by-step guide Who This Book Is For This book is for Java and other JVM-based language developers who want to use Gradle or are already using Gradle on their projects. No prior knowledge of Gradle is required, but some familiarity with build-related terminologies and an understanding of the Java language would help. What You Will Learn Master the Gradle DSL by identifying the building blocks Learn just enough Groovy for Gradle Set up tests and reports for your projects to make them CI ready Create library, stand-alone, and web projects Craft multi-module projects quickly and efficiently Migrate existing projects to a modern Gradle build Extract common build logic into plugins Write builds for languages like Java, Groovy, and Scala In Detail Gradle is an advanced and modern build automation tool. It inherits the best elements of the past generation of build tools, but it also differs and innovates to bring terseness, elegance, simplicity, and the flexibility to build. Right from installing Gradle and writing your first build file to creating a fully-fledged multi-module project build, this book will guide you through its topics in a step-by-step fashion. You will get your hands dirty with a simple Java project built with Gradle and go on to build web applications that are run with Jetty or Tomcat. We take a unique approach towards explaining the DSL using the Gradle API, which makes the DSL more accessible and intuitive. All in all, this book is a concise guide to help you decipher the Gradle build files, covering the essential topics that are most useful in real-world projects. With every chapter, you will learn a new topic and be able to readily implement your build files. Style and approach This step-by-step guide focuses on being productive with every chapter. When required, topics are explained in-depth to give you a good foundation of the Gradle fundamentals. The book covers most aspects of builds required for conventional JVM-based projects, and when necessary, points you towards the right resources.

Mockito Cookbook

Download Mockito Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1783982756
Total Pages : 465 pages
Book Rating : 4.7/5 (839 download)

DOWNLOAD NOW!


Book Synopsis Mockito Cookbook by : Marcin Grzejszczak

Download or read book Mockito Cookbook written by Marcin Grzejszczak and published by Packt Publishing Ltd. This book was released on 2014-06-24 with total page 465 pages. Available in PDF, EPUB and Kindle. Book excerpt: This is a focused guide with lots of practical recipes with presentations of business issues and presentation of the whole test of the system. This book shows the use of Mockito's popular unit testing frameworks such as JUnit, PowerMock, TestNG, and so on. If you are a software developer with no testing experience (especially with Mockito) and you want to start using Mockito in the most efficient way then this book is for you. This book assumes that you have a good knowledge level and understanding of Java-based unit testing frameworks.

SoapUI Cookbook

Download SoapUI Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1784398713
Total Pages : 328 pages
Book Rating : 4.7/5 (843 download)

DOWNLOAD NOW!


Book Synopsis SoapUI Cookbook by : Rupert Anderson

Download or read book SoapUI Cookbook written by Rupert Anderson and published by Packt Publishing Ltd. This book was released on 2015-02-27 with total page 328 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is aimed at developers and technical testers who are looking for a quick way to take their SoapUI skills and understanding to the next level. Even if you are new to SoapUI but have basic Java skills and a reasonable grasp of RESTFul and Soap web services, then you should have no problem making use of this book.

Learning Groovy

Download Learning Groovy PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484221176
Total Pages : 116 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Learning Groovy by : Adam L. Davis

Download or read book Learning Groovy written by Adam L. Davis and published by Apress. This book was released on 2016-08-05 with total page 116 pages. Available in PDF, EPUB and Kindle. Book excerpt: Start building powerful apps that take advantage of the dynamic scripting capabilities of the Groovy language. This book covers Groovy fundamentals, such as installing Groovy, using Groovy tools, and working with the Groovy Development Kit (GDK). You'll also learn more advanced aspects of Groovy, such as using Groovy design patterns, writing DSLs in Groovy, and taking advantage of Groovy's functional programming features. There is more to Groovy than the core language, so Learning Groovy covers the extended Groovy ecosystem. You'll see how to harness Gradle (Groovy's build system), Grails (Groovy's web application framework), Spock (Groovy's testing framework), and Ratpack (Groovy's reactive web library). What You'll Learn Grasp Groovy fundamentals, including the GDK or Groovy Development Kit Master advanced Groovy, such as writing Groovy DSLs Discover functional programming in Groovy Work with GPars, the built-in concurrency library Use Gradle, the build system Master Grails, the web application framework Work with Spock, the testing framework Harness Ratpack, the reactive web library Who This Book Is For Although this book is intended for those with a Java background, anyone with basic programming skills could benefit from it. This book is a data-filled, yet easy-to-digest tour of the Groovy language and ecosystem.

Jakarta EE Recipes

Download Jakarta EE Recipes PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484255879
Total Pages : 871 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Jakarta EE Recipes by : Josh Juneau

Download or read book Jakarta EE Recipes written by Josh Juneau and published by Apress. This book was released on 2020-03-27 with total page 871 pages. Available in PDF, EPUB and Kindle. Book excerpt: Take a problem-solution approach to programming enterprise Java applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. This book provides effective and proven code snippets that you can immediately use to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment. Java EE was made open source under the Eclipse Foundation, and Jakarta EE is the new name for what used to be termed the Java Enterprise Edition Platform. This book helps you rejuvenate your Java expertise and put the platform’s latest capabilities to use in quickly developing robust applications. If you are new to Jakarta EE, this book will help you learn features of the platform, and benefit from one of the most widely used and powerful technologies available for application development today. Examples in Jakarta EE Recipes highlight Jakarta EE’s capabilities, helping you to build streamlined and reliable applications using the latest in Java technologies. The book takes a problem-solution approach in which each section introduces a common programming problem, showing you how to best solve that problem using the latest features in Jakarta EE. Solutions are presented in the form of working code examples that you can download and use immediately in your own projects. Clear descriptions are given so you can understand and learn to build further on the solutions that are provided. This is the ideal book for the code-focused programmer interested in keeping up with the future of enterprise development on the Java Platform. What You Will LearnDevelop enterprise Java applications using the now open source Jakarta EE platform Create great-looking user interfaces using Jakarta Server Faces and the Eclipse Krazo framework Build database applications using Jakarta Enterprise Beans and Jakarta RESTFul web services Automate testing through cohesive test suites built on Arquillian for Jakarta EE applications Deploy microservices applications in cloud environments using Docker Secure applications utilizing the Jakarta EE Security API and JSON Web Tokens Who This Book Is For Java developers interested in quickly finding effective and proven solutions without reading through a lengthy manual and scrubbing for techniques

JavaFX 1.2 Application Development Cookbook

Download JavaFX 1.2 Application Development Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1847198953
Total Pages : 483 pages
Book Rating : 4.8/5 (471 download)

DOWNLOAD NOW!


Book Synopsis JavaFX 1.2 Application Development Cookbook by : Vladimir Vivien

Download or read book JavaFX 1.2 Application Development Cookbook written by Vladimir Vivien and published by Packt Publishing Ltd. This book was released on 2010-08-24 with total page 483 pages. Available in PDF, EPUB and Kindle. Book excerpt: Over 60 recipes to create rich Internet applications with many exciting features.

Oracle JDeveloper 11gR2 Cookbook

Download Oracle JDeveloper 11gR2 Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1849684774
Total Pages : 639 pages
Book Rating : 4.8/5 (496 download)

DOWNLOAD NOW!


Book Synopsis Oracle JDeveloper 11gR2 Cookbook by : Nick Haralabidis

Download or read book Oracle JDeveloper 11gR2 Cookbook written by Nick Haralabidis and published by Packt Publishing Ltd. This book was released on 2012-01-24 with total page 639 pages. Available in PDF, EPUB and Kindle. Book excerpt: "Oracle JDeveloper 11gR2 Cookbook" is a practical cookbook which goes beyond the basics with immediately applicable recipes for building ADF applications at an intermediate-to-advanced level. If you are a JavaEE developer who wants to go beyond the basics of building ADF applications with Oracle JDeveloper 11gR2 and get hands on with practical recipes, this book is for you. You should be comfortable with general Java development principles, the JDeveloper IDE, and ADF basics

Kotlin Cookbook

Download Kotlin Cookbook PDF Online Free

Author :
Publisher : O'Reilly Media
ISBN 13 : 149204668X
Total Pages : 253 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Kotlin Cookbook by : Ken Kousen

Download or read book Kotlin Cookbook written by Ken Kousen and published by O'Reilly Media. This book was released on 2019-11-14 with total page 253 pages. Available in PDF, EPUB and Kindle. Book excerpt: Use Kotlin to build Android apps, web applications, and more—while you learn the nuances of this popular language. With this unique cookbook, developers will learn how to apply thisJava-based language to their own projects. Both experienced programmers and those new to Kotlin will benefit from the practical recipes in this book. Author Ken Kousen (Modern Java Recipes) shows you how to solve problems with Kotlin by concentrating on your own use cases rather than on basic syntax. You provide the contextand this book supplies the answers. Already big in Android development, Kotlin can be used anywhere Java is applied, as well as for iOS development, native applications, JavaScriptgeneration, and more. Jump in and build meaningful projects with Kotlin today. Apply functional programming concepts, including lambdas, sequences, and concurrency See how to use delegates, late initialization, and scope functions Explore Java interoperability and access Java libraries using Kotlin Add your own extension functions Use helpful libraries such as JUnit 5 Get practical advice for working with specific frameworks, like Android and Spring

The Heart of the Plate

Download The Heart of the Plate PDF Online Free

Author :
Publisher : HMH
ISBN 13 : 0544106660
Total Pages : 467 pages
Book Rating : 4.5/5 (441 download)

DOWNLOAD NOW!


Book Synopsis The Heart of the Plate by : Mollie Katzen

Download or read book The Heart of the Plate written by Mollie Katzen and published by HMH. This book was released on 2013-09-17 with total page 467 pages. Available in PDF, EPUB and Kindle. Book excerpt: Delightfully unfussy meatless meals from the author of Moosewood Cookbook! With The Moosewood Cookbook, Mollie Katzen changed the way a generation cooked and brought vegetarian cuisine into the mainstream. In The Heart of the Plate, she completely reinvents the vegetarian repertoire, unveiling a collection of beautiful, healthful, and unfussy dishes—her “absolutely most loved.” Her new cuisine is light, sharp, simple, and modular; her inimitable voice is as personal, helpful, clear, and funny as ever. Whether it’s a salad of kale and angel hair pasta with orange chili oil or a seasonal autumn lasagna, these dishes are celebrations of vegetables. They feature layered dishes that juxtapose colors and textures: orange rice with black beans, or tiny buttermilk corn cakes on a Peruvian potato stew. Suppers from the oven, like vegetable pizza and mushroom popover pie, are comforting but never stodgy. Burgers and savory pancakes—from eggplant Parmesan burgers to zucchini ricotta cloud cakes—make weeknight dinners fresh and exciting. “Optional Enhancements” allow cooks to customize every recipe. The Heart of the Plate is vibrantly illustrated with photographs and original watercolors by the author herself.

JIRA 6.x Administration Cookbook

Download JIRA 6.x Administration Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 178217687X
Total Pages : 386 pages
Book Rating : 4.7/5 (821 download)

DOWNLOAD NOW!


Book Synopsis JIRA 6.x Administration Cookbook by : Patrick Li

Download or read book JIRA 6.x Administration Cookbook written by Patrick Li and published by Packt Publishing Ltd. This book was released on 2014-07-10 with total page 386 pages. Available in PDF, EPUB and Kindle. Book excerpt: A comprehensive guide, full of practical recipes with real-life JIRA administration challenges, solutions, and examples with illustrations from the actual application. If you are an administrator who will be customizing, supporting, and maintaining JIRA for your organization, this book is for you. Familiarity with the core concepts of JIRA is essential. For some recipes, basic understanding in HTML, CSS, and JavaScript will also be helpful.

Jenkins 2: Up and Running

Download Jenkins 2: Up and Running PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491979542
Total Pages : 606 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Jenkins 2: Up and Running by : Brent Laster

Download or read book Jenkins 2: Up and Running written by Brent Laster and published by "O'Reilly Media, Inc.". This book was released on 2018-05-02 with total page 606 pages. Available in PDF, EPUB and Kindle. Book excerpt: Design, implement, and execute continuous delivery pipelines with a level of flexibility, control, and ease of maintenance that was not possible with Jenkins before. With this practical book, build administrators, developers, testers, and other professionals will learn how the features in Jenkins 2 let you define pipelines as code, leverage integration with other key technologies, and create automated, reliable pipelines to simplify and accelerate your DevOps environments. Author Brent Laster shows you how Jenkins 2 is significantly different from the more traditional, web-only versions of this popular open source automation platform. If you’re familiar with Jenkins and want to take advantage of the new technologies to transform your legacy pipelines or build new modern, automated continuous delivery environments, this is your book. Create continuous delivery pipelines as code with the Jenkins domain-specific language Get practical guidance on how to migrate existing jobs and pipelines Harness best practices and new methods for controlling access and security Explore the structure, implementation, and use of shared pipeline libraries Learn the differences between declarative syntax and scripted syntax Leverage new and existing project types in Jenkins Understand and use the new Blue Ocean graphical interface Take advantage of the capabilities of the underlying OS in your pipeline Integrate analysis tools, artifact management, and containers

The Pioneer Woman Cooks—Food from My Frontier (Enhanced)

Download The Pioneer Woman Cooks—Food from My Frontier (Enhanced) PDF Online Free

Author :
Publisher : Harper Collins
ISBN 13 : 0062206222
Total Pages : 1022 pages
Book Rating : 4.0/5 (622 download)

DOWNLOAD NOW!


Book Synopsis The Pioneer Woman Cooks—Food from My Frontier (Enhanced) by : Ree Drummond

Download or read book The Pioneer Woman Cooks—Food from My Frontier (Enhanced) written by Ree Drummond and published by Harper Collins. This book was released on 2012-03-27 with total page 1022 pages. Available in PDF, EPUB and Kindle. Book excerpt: The enhanced e-book edition of The Pioneer Woman Cooks: Food from My Frontier gives you behind-the-scenes access to Ree at home on her ranch. In it you'll find videos of Ree cooking a bunch of her favorite recipes, six recipes not found in the book, and Ree's list of her favorite movies and songs to cook to. I'm Pioneer Woman. And I love to cook. Once upon a time, I fell in love with a cowboy. A strapping, rugged, chaps-wearing cowboy. Then I married him, moved to his ranch, had his babies . . . and wound up loving it. Except the manure. Living in the country for more than fifteen years has taught me a handful of eternal truths: every new day is a blessing, every drop of rain is a gift . . . and nothing tastes more delicious than food you cook yourself. The Pioneer Woman Cooks: Food from My Frontier is a mouthwatering collection of the simple-but-scrumptious recipes that rotate through my kitchen on a regular basis, including Cowgirl Quiche, Sloppy Joes, Italian Meatball Soup, White Chicken Enchiladas, and a spicy Carnitas Pizza that'll win you over for life. There are also some elegant offerings for more special occasions at your house: Osso Buco, Honey-Plum-Soy Chicken, and Rib-Eye Steak with an irresistible Onion-Blue Cheese Sauce. And the decadent assortment of desserts, including Blackberry Chip Ice Cream, Apple Dumplings, and Coffee Cream Cake, will make your heart go pitter-pat in the most wonderful way. In addition to detailed step-by-step photographs, all the recipes in this book have one other important quality in common: They're guaranteed to make your kids, sweetheart, dinner guests, in-laws, friends, cousins, or resident cowboys smile, sigh, and beg for seconds. (And hug you and kiss you and be devoted to you for life.) I hope you enjoy, devour, and love this book. I sure did love making it for you.

Spring Boot 2.0 Cookbook

Download Spring Boot 2.0 Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1787123677
Total Pages : 278 pages
Book Rating : 4.7/5 (871 download)

DOWNLOAD NOW!


Book Synopsis Spring Boot 2.0 Cookbook by : Alex Antonov

Download or read book Spring Boot 2.0 Cookbook written by Alex Antonov and published by Packt Publishing Ltd. This book was released on 2018-02-26 with total page 278 pages. Available in PDF, EPUB and Kindle. Book excerpt: Take your application development skills to the next level by implementing Spring Boot features effectively Key Features This collection of effective recipes serves as guidelines for Spring Boot application development Get up to date with features of the latest version of Spring Boot 2.0 Tips and tricks to improve your efficiency through the stages of software development Book Description The Spring framework provides great flexibility for Java development, which also results in tedious configuration work. Spring Boot addresses the configuration difficulties of Spring and makes it easy to create standalone, production-grade Spring-based applications. This practical guide makes the existing development process more efficient. Spring Boot Cookbook 2.0 Second Edition smartly combines all the skills and expertise to efficiently develop, test, deploy, and monitor applications using Spring Boot on premise and in the cloud. We start with an overview of the important Spring Boot features you will learn to create a web application for a RESTful service. Learn to fine-tune the behavior of a web application by learning about custom routes and asset paths and how to modify routing patterns. Address the requirements of a complex enterprise application and cover the creation of custom Spring Boot starters. This book also includes examples of the new and improved facilities available to create various kinds of tests introduced in Spring Boot 1.4 and 2.0, and gain insights into Spring Boot DevTools. Explore the basics of Spring Boot Cloud modules and various Cloud starters to make applications in “Cloud Native” and take advantage of Service Discovery and Circuit Breakers. What you will learn Get to know Spring Boot Starters and create custom auto-configurations Work with custom annotations that enable bean activation Use DevTools to easily develop and debug applications Learn the effective testing techniques by integrating Cucumber and Spock Observe an eternal application configuration using Consul Move your existing Spring Boot applications to the cloud Use Hashicorp Consul and Netflix Eureka for dynamic Service Discovery Understand the various mechanisms that Spring Boot provides to examine an application’s health Who this book is for This book is for Java Developers who have good knowledge and understanding of Spring and Java application development.