- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 105字
- 2021-06-24 19:17:39
Learning the basics of Docker
We learned about Docker concepts in Chapter 1, Journey to the Spring World. Now, it is time to test our knowledge and put it into practice. In the first part of this chapter, we will start MongoDB and Postgres instances to serve as a database for our application. We will configure connection settings in the application.
In the last part of this chapter, we will introduce the Maven plugin which provides an easy way to create Docker images via pom.xml with a couple of configurations on file. Finally, we will run our application in a Docker container.
推薦閱讀
- Web前端開(kāi)發(fā)技術(shù):HTML、CSS、JavaScript(第3版)
- 數(shù)據(jù)庫(kù)程序員面試筆試真題與解析
- 自然語(yǔ)言處理實(shí)戰(zhàn):預(yù)訓(xùn)練模型應(yīng)用及其產(chǎn)品化
- Python機(jī)器學(xué)習(xí):數(shù)據(jù)分析與評(píng)分卡建模(微課版)
- 密碼學(xué)原理與Java實(shí)現(xiàn)
- Java完全自學(xué)教程
- arc42 by Example
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Nginx Essentials
- CKA/CKAD應(yīng)試教程:從Docker到Kubernetes完全攻略
- Hands-On Microservices with Kotlin
- Hands-On Natural Language Processing with Python
- Visual FoxPro程序設(shè)計(jì)習(xí)題集及實(shí)驗(yàn)指導(dǎo)(第四版)
- Learning D3.js 5 Mapping(Second Edition)
- Parallel Programming with Python