Комментарии:
Good tutorial, thank you..
ОтветитьVery simple and useful tutorial.. Thanks!!
ОтветитьException in thread "main" java.lang.NoClassDefFoundError: org/springframework/boot/SpringApplication
at com.bip.microservices.projectbank.ProyectBankApplication.main(ProyectBankApplication.java:18)
Caused by: java.lang.ClassNotFoundException: org.springframework.boot.SpringApplication
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 1 more
Help...
thanks for the video
ОтветитьGreat video! Thanks. But it is working for me. It throws maven below compiler error
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (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. :(
Thks, this worked for me!
ОтветитьCongratulations. I did knew that you would set package in goals.
Greetings!
How to run the .jar file and the browser at the same time?
Ответитьthank you
Ответитьsimple and just to the point explanation. :)
ОтветитьPlease provide a link to the maven plugin xml snippet
Ответитьvery helpful... thank you.
ОтветитьPlease add a link to the description.
ОтветитьThank you.
Ответить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.
ОтветитьThank you for the tutorial. Was simple to follow. Keep up the good work!
Ответить<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
very nice instruction delivery!!!
ОтветитьI'm able to create the jar file and it runs on my system but not any another
Ответитьthank you fera.
ОтветитьBeautiful, thank you so much!
Ответить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
What is the purpose to create web application that exposes rest service and package it as jar file?
ОтветитьHey how to fix this issue using visual code ?
ОтветитьThank you so much
Ответить