Skip to content

Instantly share code, notes, and snippets.

@mbgarcia
Created February 5, 2019 21:18
Show Gist options
  • Save mbgarcia/329618c922d12d8e1e89642bb389396a to your computer and use it in GitHub Desktop.
Save mbgarcia/329618c922d12d8e1e89642bb389396a to your computer and use it in GitHub Desktop.
.
├── README.md
├── mvnw
├── mvnw.cmd
├── pom.xml
└── src
├── main
│ ├── java
│ │ └── br.com.template.dockerize
│ │ ├── Application.java
| | └── br.com.template.dockerize.controller
│ │ └── HelloController.java
│ ├── resources
│ └── application.yml
| ├── docker
| └── Dockerfile
| run.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment