دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: 1
نویسندگان: Todd Raymond Sharp
سری:
ISBN (شابک) : 1484282892, 9781484282892
ناشر: Apress
سال نشر: 2022
تعداد صفحات: 139
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 6 مگابایت
در صورت تبدیل فایل کتاب Introducing Micronaut: Build, Test, and Deploy Java Microservices on Oracle Cloud به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب معرفی Micronaut: ساخت، تست و استقرار میکروسرویس جاوا در Oracle Cloud نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Table of Contents About the Author Acknowledgments Introduction Chapter 1: Creating a Micronaut Application and Getting Started with GitHub Actions Creating the Service Running the App Adding Support for GitHub Actions Bling TL;DR Next Source Code Chapter 2: Building and Publishing a JAR Runners Intro to “Actions” Checkout Setup Java Progress Check Building the JAR Publishing the JAR TL;DR Next Source Code Chapter 3: Running Tests and Publishing Test Reports Preparing Our App for Spock Create a Spock Test Add a Controller and Test It Add an Action to Run Tests Add an Action to Publish Tests When Failure Happens TL;DR Next Source Code Chapter 4: Deploying a Microservice to Oracle Cloud with GitHub Actions and the OCI CLI Can You Keep a Secret? Using Secrets in Your Workflow Installing the CLI Creating the Instance Deploy the App Wait for SSH Stop App Push JAR Start App Run the Build TL;DR Next Source Code Chapter 5: Deploying a Microservice to Oracle Cloud with GitHub Actions and the OCI Gradle Plugin Configure Gradle TL;DR Next Source Code Chapter 6: Adding a Persistence Tier to the Microservice Managing Schema Modifications Spin Up a DB Liquibase-Micronaut Integration Add Micronaut Data Add Dependencies Start the Application Create a Model Create a Repository Modify the Controller Test Persistence TL;DR Next Source Code Chapter 7: Testing the Persistence Tier with Testcontainers Adding Dependencies Modifying Our Abstract Spec Running the Pipeline Tests with Testcontainers TL;DR Next Source Code Chapter 8: Deploying the Microservice with a Tested Persistence Tier in Place Autonomous Wallet Configure the Local Autonomous DB Datasource Configure the Production Datasource TL;DR Next Source Code Chapter 9: Deploying the Microservice as a Docker Container The Dockerfile Preparing to Build the Docker Image Building the Docker Image Running the Docker Build Locally Modifying the Build TL;DR Next Source Code Chapter 10: Deploying the Microservice Docker Container to Kubernetes Create a Service Account Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Create Kubernetes Deployment Configuration Create a Secret Create Deployment YAML Add a Deployment Step Kill an Existing Pod The Final Build TL;DR Next Source Code Index