2
I’m building my first application Java Spring Boot
. In this first experiment, I’m having trouble using Git and sending it to the server. The main idea would be: I pull into a private repository, example: Bitbucket
, and on my server do, the git
clone. But with this, I’m having several problems, so I thought about the possibility of doing . jar and send it by ftp. But even that doesn’t work on the server when I do java -jar projeto.jar
, i have the following errors:
nenhum atributo de manifesto principal em projeto.jar
I would like to know from other developers' experience, what is the best practice of exporting my Spring Boot project to the server and how to make it easy for maintenance and upgrade.
Grateful.
Did any answers help you? Some detail was missing?
– Murillo Goulart