Created
July 23, 2021 13:51
-
-
Save marcosbarker/a37615b38b2d3235756b2fbe455415fb to your computer and use it in GitHub Desktop.
HEROKU DEPLOY API (Spring Boot): O arquivo 'system.properties' é necessário para que a ferramenta de deploy(Heroku) reconheça a linhagem e versão utilizada no projeto. Este arquivo deve ser criado na raiz do projeto, ficará após o 'pom' .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.runtime.version=8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
8 é a versão java utilizada no projeto, se o projeto utilizou java versão 11, ficara assim: