Solucionado (ver solução)
Solucionado
(ver solução)
3
respostas

Erro spring

ta dando erro

. __ _ __ _ _ /\ / _'_ _ _ _()_ _ __ _ \ \ \ ( ( )___ | ' | '| | ' / ` | \ \ \ \/ ___)| |)| | | | | || (| | ) ) ) ) ' |__| .|| ||_| |_, | / / / / =========||==============|__/=////

. __ _ __ _ _ /\ / _'_ _ _ _()_ _ __ _ \ \ \ ( ( )___ | ' | '| | ' / ` | \ \ \ \/ ___)| |)| | | | | || (| | ) ) ) ) ' |__| .|| ||_| |_, | / / / / =========||==============|__/=//// :: Spring Boot :: (v2.4.4)

:: Spring Boot :: (v2.4.4)

2021-04-20 08:34:25.698 INFO 9796 --- [ restartedMain] br.com.alura.forum.ForumApplication : Starting ForumApplication using Java 15.0.2 on SSTI1745 with PID 9796 (C:\Users\SUPORTE\Downloads\forum\forum\target\classes started by SUPORTE in C:\Users\SUPORTE\Downloads\forum\forum) 2021-04-20 08:34:25.698 INFO 9796 --- [ restartedMain] br.com.alura.forum.ForumApplication : Starting ForumApplication using Java 15.0.2 on SSTI1745 with PID 9796 (C:\Users\SUPORTE\Downloads\forum\forum\target\classes started by SUPORTE in C:\Users\SUPORTE\Downloads\forum\forum) 2021-04-20 08:34:25.719 INFO 9796 --- [ restartedMain] br.com.alura.forum.ForumApplication : No active profile set, falling back to default profiles: default 2021-04-20 08:34:25.719 INFO 9796 --- [ restartedMain] br.com.alura.forum.ForumApplication : No active profile set, falling back to default profiles: default 2021-04-20 08:34:26.203 INFO 9796 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable 2021-04-20 08:34:26.203 INFO 9796 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable 2021-04-20 08:34:26.210 INFO 9796 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' 2021-04-20 08:34:26.210 INFO 9796 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' 2021-04-20 08:34:30.995 INFO 9796 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2021-04-20 08:34:30.995 INFO 9796 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2021-04-20 08:34:31.085 INFO 9796 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 43 ms. Found 0 JPA repository interfaces. 2021-04-20 08:34:31.085 INFO 9796 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 43 ms. Found 0 JPA repository interfaces.

3 respostas

2021-04-20 08:34:35.963 INFO 9796 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2021-04-20 08:34:35.963 INFO 9796 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2021-04-20 08:34:36.004 INFO 9796 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-04-20 08:34:36.004 INFO 9796 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-04-20 08:34:36.006 INFO 9796 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.44] 2021-04-20 08:34:36.006 INFO 9796 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.44] 2021-04-20 08:34:36.445 INFO 9796 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-04-20 08:34:36.445 INFO 9796 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-04-20 08:34:36.446 INFO 9796 --- [ restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 10234 ms 2021-04-20 08:34:36.446 INFO 9796 --- [ restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 10234 ms 2021-04-20 08:34:37.287 INFO 9796 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2021-04-20 08:34:37.287 INFO 9796 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2021-04-20 08:34:38.511 INFO 9796 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2021-04-20 08:34:38.511 INFO 9796 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2021-04-20 08:34:38.538 INFO 979

peguei o arquivo daqui https://cursos.alura.com.br/course/spring-boot-api-rest/task/57387 executei no arquivo resposta

solução!

Oi Rubens,

Isso é apenas o log padrão que o Spring Boot gera ao inicializar a aplicação.

A princípio executou normalmente a aplicação.