Spring Boot Tutorial - Build JAR with Maven

preview_player
Показать описание
How to package your Spring boot app and create an executable JAR file with maven in Eclipse and Spring Tool Suites
Рекомендации по теме
Комментарии
Автор

Thank you for the tutorial. Was simple to follow. Keep up the good work!

nvjrane
Автор

Very simple and useful tutorial.. Thanks!!

gopal
Автор

simple and just to the point explanation. :)

pratikshasawant
Автор

Congratulations. I did knew that you would set package in goals.

Greetings!

markozmelendez
Автор

Thanks for the video. But I faced next problem. When I open the jar file in the target folder and run web app there is exception
"Exception processing template (one of my template)": Error resolving template [(one of my template)], template might not exist or might not be accessible by any of the configured Template Resolvers". Can you suggest why this problem was occurred? When I run the app in the Intellij IDEA there is no such error and app starts correct

dqnsgrk
Автор

Please provide a link to the maven plugin xml snippet

thyagtubes
Автор

Hi, I try to create JavaFx with spring boot and separate it as modules. My question is how can I export it ask jar file? Because I did like this it's not working. Thanks.

chhormratana
Автор

What is the purpose to create web application that exposes rest service and package it as jar file?

psztvmq
Автор

I'm able to create the jar file and it runs on my system but not any another

ChetanRawattunein
Автор

Hey how to fix this issue using visual code ?

Kumuthini
Автор

How to run the .jar file and the browser at the same time?

victormagalhaes
Автор

Great video! Thanks. But it is working for me. It throws maven below compiler error
Failed to execute goal (default-compile) on project demo: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

I have installed JDK 1.8. and tried to package the very basic demo application which is download from spring initalizr. :(

AvinashRavi