Skip to content

Commit e914d1a

Browse files
authored
Update README.md
1 parent 182e810 commit e914d1a

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,25 @@ Microservices are loosely-coupled service-oriented architectures with a bounded
66

77
The code and the associated Oracle LiveLabs which use this code demonstrate how to build end-to-end microservices applications that are simpler, by using the Oracle Gen2 cloud (OCI) services and the converged Oracle Database platform. This repository will be organized as following and may add or change categories in the future as more sample applications are added to illustrate other features for specific industries or application types.
88

9-
| Repo/Folder name | Description |
10-
| ------ | ------ |
11-
| grabdish | mobile food delivery application sample code |
9+
Sample | Description |
10+
| :----- | :---------- |
11+
| [`grabdish`](./grabdish) | Mobile food delivery application sample code |
1212

13-
**Reference Material**
13+
## Resources
1414

15-
To explore the industry leading features in the converged Oracle database visit [Oracle Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html)
15+
* [Oracle LiveLabs][LiveLabs]
16+
* [Workshops on Microservices][Workshops]
17+
* [Oracle Developer Resource Center][DRC]
18+
* [Helidon][Helidon]
1619

17-
**Developer Resources**
18-
19-
Visit the [Oracle Developer Resource Center](http://developer.oracle.com) to view developer related content
20-
21-
**LiveLabs Platform**
22-
23-
Get live hands-on experience with Oracle LiveLabs [Workshops on Microservices](https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/livelabs-workshop-cards?p100_role=12&p100_focus_area=35&me=126)
20+
## License
2421

2522
Copyright (c) 2021 Oracle and/or its affiliates.
26-
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
2723

24+
Licensed under the Universal Permissive License v 1.0 as shown at <https://oss.oracle.com/licenses/upl>.
25+
26+
[ATP]: https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html
27+
[LiveLabs]: https://apexapps.oracle.com/pls/apex/f?p=133:1
28+
[Workshops]: https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/livelabs-workshop-cards?p100_role=12&p100_focus_area=35&me=126
29+
[DRC]: https://developer.oracle.com
30+
[Helidon]: https://helidon.io

0 commit comments

Comments
 (0)