Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Spring Framework  DevOps on AWS Vote_lcapSpring Framework  DevOps on AWS Voting_barSpring Framework  DevOps on AWS Vote_rcap 
ПΣӨƧӨFƬ
Spring Framework  DevOps on AWS Vote_lcapSpring Framework  DevOps on AWS Voting_barSpring Framework  DevOps on AWS Vote_rcap 
ℛeℙ@¢ᴋ€r
Spring Framework  DevOps on AWS Vote_lcapSpring Framework  DevOps on AWS Voting_barSpring Framework  DevOps on AWS Vote_rcap 
大†Shinegumi†大
Spring Framework  DevOps on AWS Vote_lcapSpring Framework  DevOps on AWS Voting_barSpring Framework  DevOps on AWS Vote_rcap 
missyou123
Spring Framework  DevOps on AWS Vote_lcapSpring Framework  DevOps on AWS Voting_barSpring Framework  DevOps on AWS Vote_rcap 
Engh3
Spring Framework  DevOps on AWS Vote_lcapSpring Framework  DevOps on AWS Voting_barSpring Framework  DevOps on AWS Vote_rcap 
ronaldinho424
Spring Framework  DevOps on AWS Vote_lcapSpring Framework  DevOps on AWS Voting_barSpring Framework  DevOps on AWS Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» PanoramaStudio Pro 4.0.8.419 (x64) Multilingual
Spring Framework  DevOps on AWS EmptyHoy a las 9:09 pm por 大†Shinegumi†大

» Readiris PDF Corporate / Business v23.1.179 (x64) Multilingual
Spring Framework  DevOps on AWS EmptyHoy a las 9:06 pm por 大†Shinegumi†大

» EdrawMax 13.1.0.1152 Ultimate Multilingual
Spring Framework  DevOps on AWS EmptyHoy a las 9:02 pm por 大†Shinegumi†大

» MiniTool Power Data Recovery Personal / Business 12.0 Multilingual
Spring Framework  DevOps on AWS EmptyHoy a las 8:58 pm por 大†Shinegumi†大

» R-Wipe & Clean 20.0.24634 (x86/x64)
Spring Framework  DevOps on AWS EmptyHoy a las 8:56 pm por 大†Shinegumi†大

» R-Studio 9.4 Build 191332 Technician |Network Multilingual
Spring Framework  DevOps on AWS EmptyHoy a las 8:47 pm por ПΣӨƧӨFƬ

» High-Logic FontCreator Pro 15.0.0.2993
Spring Framework  DevOps on AWS EmptyHoy a las 8:21 pm por ПΣӨƧӨFƬ

» StreamFab 6.1.8.6 (x64) Multilingual
Spring Framework  DevOps on AWS EmptyHoy a las 8:12 pm por ПΣӨƧӨFƬ

» UniFab 2.0.2.7 (x64) Multilingual
Spring Framework  DevOps on AWS EmptyHoy a las 6:22 pm por ПΣӨƧӨFƬ

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Spring Framework DevOps on AWS

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Spring Framework  DevOps on AWS Empty
MensajeTema: Spring Framework DevOps on AWS   Spring Framework  DevOps on AWS EmptyMar Oct 06, 2020 9:53 am

Spring Framework  DevOps on AWS 00699faf2fd0e4966297fe46d5066ebc

Spring Framework DevOps on AWS
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 3.7 GB
Genre: eLearning Video | Duration: 81 lectures (6 hour, 47 mins) | Language: English

Deploy Spring Boot Applications to the Cloud on AWS

What you'll learn

Deploy Spring Applications to multiple environments
Manage advanced configuration options for Spring
Create a server on Amazon AWS
Launch a Docker container
Configure Jenkins builds
Configure Artifactory for use
Deploy Maven build artifacts to Artifactory
Use MySQL with Spring Boot

Requirements

Java
Spring Framework (Beginner / Intermediate Level)
Basic Knowledge of Maven
Basic Linux Skills

Description

The Spring Framework is very popular with large companies. In fact, Spring is the most popular Java framework.

Did you know, a core reason for Spring's popularity with companies is it's IoC engine?

A typical company will deploy their Spring Framework application in at least 3 different environments. Having a development, test, and production environment is common.

The problem developers face is each environment is different.

Different server names.
Different databases.
Different user accounts.
Different passwords.

In this course you will learn how to use Spring's IoC container to deploy your application in many different environments. Through Inversion of Control, your Spring application can wire itself for the needs of each environment.

You'll start the course learning advanced configuration options of the Spring Framework.

Next, the course takes a DevOps approach. You'll see how to deploy Spring Framework applications in different environments.

In development, it's common to use a H2 in memory database. Of course, this database is only temporary. Not something you'd want to use for your production deployment.

Do you want to see how to flip a switch and use MySQL? Flip another switch and your app can be using a RDS database managed Amazon. You can do this with no code changes.

The course also looks as best practices used in enterprise software development.

Using a continuous integration server is a best practice. Jenkins is the most popular CI server. You will learn how to install Jenkins on a Linux server. A server you provisioned in the AWS cloud.

Once you have Jenkins running on your AWS server a best practice is to setup Jenkins on a friendly URL.

Jenkins is a Java application running on port 8080. You don't want to be typing some IP colon 8080 into your browser to reach Jenkins.

Want to know how you can use Apache and Route 53 to reach your Jenkins server your own URL? To a domain you own?

Docker is an exciting technology. You will see how to leverage Docker to host your own Artifactory Maven repository. We'll use Artifactory to manage build artifacts produced by Jenkins.

Just for fun, we will also use Docker to setup a MySQL database server. We'll do this by provisioning a Linux server on AWS, installing Docker on it, and then deploy MySQL in a Docker container.

We'll also provision an application server we can use to run our Spring Boot application. You will pull the Spring Boot jar right from Artifactory and tell it to connect to database server.

Amazon AWS also has managed MySQL databases. This is their RDS service. You will see how to provision your own RDS database. We'll then reconfigure our Spring Boot application to connect to the RDS database.

There is a lot of fun and challenging content in this course. You will learn:

How to manage Spring properties.
Why you want to encrypt sensitive properties, such as passwords.
How Spring Profiles are used.
Using YAML to configure Spring.
To provision servers on Amazon AWS.
Logging into your servers via SSH.
How to use the yum package manager to install software on Linux.
How to configure your own Linux service.
How DNS works, and how to use Route 53 to setup your own host names.
How to use webhooks in GitHub to trigger your builds immediately.
Why you don't want to use root accounts for your application.
Configure Jenkins to perform a Maven build.
Use Jenkins to deploy build artifacts to Artifactory.

This is a very hands on course. To get the most out of this course, you will need an account on AWS. You should be able to use the AWS free tier to complete the course assignments.

To get the most out of this course, you will need a domain name. You will need to have control of the domain. Without this, you will not be able to configure subdomains in Route 53.

The course does leverage AWS for their cloud services. The skills you learn on the AWS platform will transfer to most corporate environments. AWS is used to mimic the typical company.

There is a lot of exciting content in this course!

DevOps is not an easy area. Many different technologies are involved.

In this course, you will see how easy it is to manage Spring Framework applications in complex corporate environments.

Who this course is for:

The ideal student for this course is someone who has learned the Java programming language, basic skills with the Spring Framework.
Prior Java and Spring knowledge are required for this course.

Download link:
Citación :
rapidgator_net:
https://rapidgator.net/file/2798c0238aa8694894a417d974f9313e/xlv0f.Spring.Framework.DevOps.on.AWS.part1.rar.html
https://rapidgator.net/file/2b92fd359a6535a557665311e810766e/xlv0f.Spring.Framework.DevOps.on.AWS.part2.rar.html

nitroflare_com:
https://nitroflare.com/view/84B26DE0AD0DECD/xlv0f.Spring.Framework.DevOps.on.AWS.part1.rar
https://nitroflare.com/view/6D9926E23410492/xlv0f.Spring.Framework.DevOps.on.AWS.part2.rar

uploadgig_com:
https://uploadgig.com/file/download/b630E0c235df09ef/xlv0f.Spring.Framework.DevOps.on.AWS.part1.rar
https://uploadgig.com/file/download/f110b0Ccdc1b065F/xlv0f.Spring.Framework.DevOps.on.AWS.part2.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Spring Framework DevOps on AWS

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Spring Framework: Spring Boot and Spring Hibernate
» Spring Framework Aspect Oriented Programming with Spring AOP
» Spring Framework and Hibernate with ASP.NET MVC Course
» Spring Framework Fundamentals
» Build A Web App With Spring Framework and Angular 2

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-