fiz tudo denovo e agora tá assim.
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.2.6.RELEASE)
2020-05-05 19:48:52.293 INFO 10576 --- [ main] br.com.alura.forum.ForumApplication : Starting ForumApplication on DESKTOP-V92DE0I with PID 10576 (C:\Users\Danilo\Downloads\forum\target\classes started by Danilo in C:\Users\Danilo\Downloads\forum)
2020-05-05 19:48:52.303 INFO 10576 --- [ main] br.com.alura.forum.ForumApplication : No active profile set, falling back to default profiles: default
2020-05-05 19:48:57.628 INFO 10576 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2020-05-05 19:48:57.681 INFO 10576 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-05-05 19:48:57.681 INFO 10576 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.33]
2020-05-05 19:48:57.884 INFO 10576 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-05-05 19:48:57.885 INFO 10576 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5111 ms
2020-05-05 19:48:58.614 INFO 10576 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-05-05 19:48:59.859 INFO 10576 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2020-05-05 19:48:59.876 INFO 10576 --- [ main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-05-05 19:48:59.881 ERROR 10576 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 8080 was already in use.
Action:
Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.
2020-05-05 19:48:59.898 INFO 10576 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'