در صورت تبدیل فایل کتاب Spring Boot Cookbook به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب کتاب آشپزی بوت بهار نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Packt Publishing, 2015. — 206 p. — ISBN-10: 1785284150،
ISBN-13: 978- 1- 78528- 415- 1.
Spring Boot راه حلی برای پیکربندی بیش از حد قراردادی Spring
است. این ویژگی ایجاد اپلیکیشن ها و سرویس های Spring را با حداقل
فشار آسان می کند. Spring Boot دارای توانایی عالی برای سفارشی
سازی و بهبود است و به طور خاص برای ساده سازی توسعه یک برنامه
کاربردی جدید Spring طراحی شده است.
این کتاب جزئیات
زیادی را ارائه می دهد. بینشهایی درباره عملکرد داخلی Spring
Boot، و همچنین نکات و دستور العملهایی برای ادغام چارچوبها و
اجزای شخص ثالث مورد نیاز برای ساخت برنامههای پیچیده در مقیاس
سازمانی.
< /div>این کتاب با مروری کلی از راهاندازهای مهم و مفید
Spring Boot که در چارچوب گنجانده شدهاند شروع میشود و به شما
آموزش میدهد که فیلترهای Servlet، Interceptors، Converters،
Formatters و PropertyEditors سفارشی را ایجاد و به یک برنامه
وب Spring Boot اضافه کنید. در مرحله بعد، پیکربندی قوانین و
الگوهای مسیریابی سفارشی، افزودن مسیرهای دارایی ثابت اضافی، و
افزودن و اصلاح رابطهای کانتینر سرولت و سایر ویژگیها مانند
فعال کردن SSL را پوشش میدهد.
حرکت در ، این کتاب به
شما یاد می دهد که چگونه استارت های Spring Boot سفارشی ایجاد
کنید و تکنیک های مختلف را برای آزمایش برنامه های Spring Boot
بررسی کنید. در مرحله بعد، کتاب نمونه هایی از پیکربندی ساخت
خود را برای تولید تصاویر Docker و فایل های باینری خوداجرا
برای محیط های Linux/OSX به شما نشان می دهد.
در نهایت، کتاب آموزش
خواهد داد. نحوه ایجاد شاخص های سلامت سفارشی و دسترسی به داده
های نظارتی از طریق HTTP و JMX.
آنچه یاد
خواهید گرفت:
ایجاد کنید برنامههای Spring Boot از ابتدا؛
پیکربندی و تنظیم برنامهها و کانتینرهای وب؛
ایجاد تنظیمات و استارتهای خودکار Spring Boot سفارشی؛
استفاده از چارچوب Spring Boot Test با JUnit، Cucumber و
Spock؛< br/>پیکربندی و تنظیم برنامه ها و کانتینرهای
وب؛
استقرار Spring Boot به عنوان فایل های اجرایی خودراه اندازی و
ظروف Docker؛
پایش داده ها با استفاده از DropWizard، Graphite، و Dashing.
با ایجاد انواع مختلف
برنامههای Spring Boot، پیکربندی رفتار و افزودن اجزای سفارشی
آشنا شوید.
در آزمایش، استقرار و نظارت بر برنامههای مبتنی بر Spring Boot
کارآمدتر شوید.
این راهنمای عملی که به توسعه دهندگان Spring کمک می کند تا
برنامه ها را با استفاده از Spring Boot توسعه و استقرار دهند.
این کتاب برای
چه کسی است:
اگر شما یک توسعه دهنده Spring هستید که سطح دانش و درک خوبی از
Spring Boot و توسعه اپلیکیشن دارید و اکنون می خواهید تکنیک
های توسعه کارآمد Spring Boot را یاد بگیرید تا فرآیند توسعه
موجود را کارآمدتر کنید، پس این کتاب برای شما مناسب است.
برنامهریزی کتابها
با iPad و Amazon Kindle، روی رایانه شخصی که بسیاری از
برنامههای رایگان را ارائه میکند، به عنوان مثال
خواننده جالب (EPUB)،
کالیبر (EPUB، MOBI، AZW3)،
Adobe Digital Editions
(EPUB)،
FBReader (EPUB, MOBI,
AZW3).
Packt Publishing, 2015. — 206 p. — ISBN-10: 1785284150,
ISBN-13: 978- 1- 78528- 415- 1.
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 health indicators, and access monitoring data
via HTTP and JMX.
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.
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.
Формат книги совместим с iPAD и
Amazon Kindle, на PC открывается многими бесплатными ридерами,
например
Cool Reader (EPUB),
Calibre (EPUB, MOBI, AZW3),
Adobe Digital
Editions (EPUB),
FBReader (EPUB,
MOBI, AZW3).