Skip to content

Commit 3a69bf8

Browse files
useruser
authored andcommitted
Day 1 part 4
1 parent 2d98cc7 commit 3a69bf8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

day-1/part-4/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)