We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d98cc7 commit 3a69bf8Copy full SHA for 3a69bf8
day-1/part-4/README.md
@@ -0,0 +1,25 @@
1
+## Continuous deployment and integration using Cloud Foundry
2
+
3
+In this session we will explore how to build and deploy cloud native applications using Cloud Foundry.
4
5
+Requirements:
6
7
+JDK 1.8 or later
8
+Gradle 2.3+ or Maven 3.0+
9
+IDE of choice
10
+[Cloud Foundry CLI](https://github.com/cloudfoundry/cli#downloads)
11
+[PCF Dev](https://network.pivotal.io/products/pcfdev)
12
13
+### Topics
14
15
+In this section you will be introduced to building microservices using Spring Boot.
16
17
+Topics:
18
19
+* Introduction to microservices
20
+* Spring Initializr (start.spring.io)
21
+* Spring Boot Configuration
22
+* Spring Boot Actuator
23
+* Spring Data REST
24
+* Polyglot Persistence
25
+* Using RestTemplate
0 commit comments