MyApp-> Maven-> Update Project-> Run-> Run As-> Java Application “Error: Could not find or load main class com.foo Caused by: java.lang.ClassNotFoundException: com.foo” Uygulamayı ayağa kaldırdığınızdaki çıktı örneği aşağıdaki gibi olacaktır. [code lang=”shell”] . ____ _ __ _ _ /\\ / ___’_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | ‘_ | ‘_| | ‘_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ‘ |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.9.RELEASE) 2019-10-31 09:24:34.597 INFO 14808 — [ restartedMain] com.btcag.btcb2b.BtcB2BApplication : Starting YCNB2BApplication on E-NB518 with PID 14808 (D:\java\wosp-sts\YCNB2BWoSp\ycnb2b\target\classes started by okinik in D:\java\wosp-sts\YCNB2BWoSp\ycnb2b) 2019-10-31 09:24:34.603 INFO 14808 — [ restartedMain] net.ycn.ycnb2b.YCNB2BApplication : No active profile set, falling back to default profiles: default 2019-10-31 09:24:34.725 INFO 14808 — [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set ‘spring.devtools.add-properties’ to ‘false’ to disable 2019-10-31 09:24:34.726 INFO 14808 — [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the ‘logging.level.web’ property to ‘DEBUG’ 2019-10-31 09:24:37.824 INFO 14808 — [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2019-10-31 09:24:37.879 INFO 14808 — [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2019-10-31 09:24:37.880 INFO 14808 — [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.26] 2019-10-31 09:24:38.088 INFO 14808 — [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2019-10-31 09:24:38.088 INFO 14808 — [ restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3362 ms 2019-10-31 09:24:38.502 INFO 14808 — [ restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService ‘applicationTaskExecutor’ 2019-10-31 09:24:38.901 INFO 14808 — [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 2019-10-31 09:24:39.165 INFO 14808 — [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ” 2019-10-31 09:24:39.171 INFO 14808 — [ restartedMain] net.ycn.ycnb2b.YCNB2BApplication : Started YCNB2BApplication in 5.54 seconds (JVM running for 6.864) 2019-10-31 09:48:39.450 INFO 14808 — [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet ‘dispatcherServlet’ 2019-10-31 09:48:39.450 INFO 14808 — [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet ‘dispatcherServlet’ 2019-10-31 09:48:39.462 INFO 14808 — [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms [/code]]]>