Cargando…

Spring Boot cookbook : over 35 recipes to help you build, test, and run Spring applications using Spring Boot /

Over 35 recipes to help you build, test, and run Spring applications using Spring Boot About This Book Learn to create different types of Spring Boot applications, configure behavior, and add custom components Become more efficient in testing, deploying, and monitoring Spring Boot based applications...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Antonov, Alex (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn926046096
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 151022s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d N$T  |d IDEBK  |d YDXCP  |d COO  |d EBLCP  |d VT2  |d DEBSZ  |d TEFOD  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCF  |d CEF  |d OCLCQ  |d WYU  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d AJS  |d QGK  |d OCLCO  |d OCLCQ 
019 |a 922700415  |a 922917338  |a 935250247  |a 1259243440 
020 |a 9781785289118  |q (electronic bk.) 
020 |a 178528911X  |q (electronic bk.) 
020 |z 9781785284151 
020 |z 1785284150 
029 1 |a AU@  |b 000056990957 
029 1 |a CHNEW  |b 000893938 
029 1 |a CHVBK  |b 374530955 
029 1 |a DEBSZ  |b 47387203X 
029 1 |a GBVCP  |b 89716900X 
035 |a (OCoLC)926046096  |z (OCoLC)922700415  |z (OCoLC)922917338  |z (OCoLC)935250247  |z (OCoLC)1259243440 
037 |a CL0500000662  |b Safari Books Online 
037 |a EB350244-E865-466B-95E2-8B63F1921A0F  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.D47 
072 7 |a COM  |x 051230  |2 bisacsh 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Antonov, Alex,  |e author. 
245 1 0 |a Spring Boot cookbook :  |b over 35 recipes to help you build, test, and run Spring applications using Spring Boot /  |c Alex Antonov. 
246 3 0 |a Over 35 recipes to help you build, test, and run Spring applications using Spring Boot 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Quick answers to common problems 
588 0 |a Online resource; title from cover page (Safari, viewed October 20, 2015). 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; Acknowledgment; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Spring Boot; Introduction; Using a Spring Boot template and starters; Creating a simple application; Launching an application using Gradle; Using the command-line runners; Setting up a database connection; Setting up a data repository service; Scheduling executors; Chapter 2: Configuring Web Applications; Creating a basic RESTful application; Creating a Spring Data REST service; Configuring custom servlet filters. 
505 8 |a Configuring custom interceptorsConfiguring custom HttpMessageConverters; Configuring custom PropertyEditors; Configuring custom type Formatters; Chapter 3: Web Framework Behavior Tuning; Introduction; Configuring route matching patterns; Configuring custom static path mappings; Tuning Tomcat via EmbeddedServletContainerCustomizer; Choosing embedded servlet containers; Adding custom connectors; Chapter 4: Writing Custom Spring Boot Starters; Introduction; Understanding Spring Boot autoconfiguration; Creating a custom Spring Boot autoconfiguration starter. 
505 8 |a Configuring custom conditional bean instantiationsUsing custom @Enable* annotations to toggle configurations; Chapter 5: Application Testing; Introduction; Creating tests for Spring MVC Controllers; Automatically configuring the database schema and populating it with data; Creating tests using in-memory database with data fixtures; Creating tests using Mockito to mock DB; Writing tests using Cucumber; Writing tests using Spock; Chapter 6: Application Packaging and Deployment; Introduction; Creating a Spring Boot executable JAR; Creating Docker images; Building self-executing binaries. 
505 8 |a Spring Boot environment config hierarchy and precedenceExternalizing environmental config using property files; Externalizing environmental config using environment variables; Externalizing environmental config using Java system properties; Setting up Consul; Externalizing environmental config using Consul and envconsul; Chapter 7: Health Monitoring and Data Visualization; Introduction; Writing custom health indicators; Emitting metrics; Monitoring Spring Boot via JMX; Management of Spring Boot via CRaSH and writing custom remote shell commands. 
505 8 |a Integrating Codahale/Dropwizard metrics with GraphiteIntegrating Codahale/Dropwizard metrics with Dashing; Index. 
520 |a Over 35 recipes to help you build, test, and run Spring applications using Spring Boot About This Book Learn to create different types of Spring Boot applications, configure behavior, and add custom components Become more efficient in testing, deploying, and monitoring Spring Boot based applications This is a practical guide that will help Spring developers to develop and deploy applications using Spring Boot Who This Book Is For If you are a Spring Developer who has good knowledge level and understanding of Spring Boot and application development and now want to learn efficient Spring Boot development techniques in order to make the existing development process more efficient, then this book is for you. What You Will Learn Create Spring Boot applications from scratch Configure and tune web applications and containers Create custom Spring Boot auto-configurations and starters Use Spring Boot Test framework with JUnit, Cucumber, and Spock Configure and tune web applications and containers Deploy Spring Boot as self-starting executables and Docker containers Monitor data using DropWizard, Graphite, and Dashing In Detail Spring Boot is Spring's convention-over-configuration solution. This feature makes it easy to create Spring applications and services with absolute minimum fuss. Spring Boot has the great ability to be customized and enhanced, and is specifically designed to simplify development of a new Spring application. This book will provide many detailed insights about the inner workings of Spring Boot, as well as tips and recipes to integrate the third-party frameworks and components needed to build complex enterprise-scale applications. The book starts with an overview of the important and useful Spring Boot starters that are included in the framework, and teaches you to create and add custom Servlet Filters, Interceptors, Converters, Formatters, and PropertyEditors to a Spring Boot web application. Next it will cover configuring custom routing rules and patterns, adding additional static asset paths, and adding and modifying servlet container connectors and other properties such as enabling SSL. Moving on, the book will teach you how to create custom Spring Boot Starters, and explore different techniques to test Spring Boot applications. Next, the book will show you examples of configuring your build to produce Docker images and self-executing binary files for Linux/OSX environments. Finally, the book will teach you how to create custom ... 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Computer software  |x Development. 
650 0 |a Web applications  |x Development. 
650 6 |a Applications Web  |x Développement. 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Computer software  |x Development.  |2 fast  |0 (OCoLC)fst00872537 
776 0 8 |i Print version:  |a Antonov, Alex.  |t Spring Boot Cookbook.  |d Birmingham : Packt Publishing Ltd, ©2015  |z 9781785284151 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1074169  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785284151/?ar  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29347951 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4191270 
938 |a EBSCOhost  |b EBSC  |n 1074169 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis32798012 
938 |a YBP Library Services  |b YANK  |n 12624123 
994 |a 92  |b IZTAP