https://polling-henrik-geissler.cloud.okteto.net/api
P. Wilhelm V.
This example shows how to leverage Okteto to develop a React + Java Spring Boot (Maven) + MySQL Sample App directly on Okteto Cloud. The Sample App is deployed using a kustomize. It creates the following components:
- A Java Spring Boot api.
- A MySQL database.
- Deploy the Polling App on your personal namespace by clicking on the following button:
- To develop on the api component:
$ okteto up -f api/okteto.yml
✓ Development container activated
✓ Files synchronized
Namespace: githubid
Name: api
Forward: 5005 -> 5005
8080 -> 8080
Welcome to your development environment. Happy coding!
githubid:api okteto> mvn spring-boot:run
- Timon Paßlick