Executei o comando: java -jar cdcreact-1.0.0-SNAPSHOT.jar
e retornou o(s) erro(s) abaixo:
2017-12-03 10:42:15.542 INFO 13759 --- [ main] br.com.caelum.cdcreact.Boot : Starting Boot v1.0.0-SNAPSHOT on MacBook-Pro-de-Kilderson.local with PID 13759 (/Users/kildersonsena/Desktop/alura-react/cdcreact-1.0.0-SNAPSHOT.jar started by kildersonsena in /Users/kildersonsena/Desktop/alura-react)
2017-12-03 10:42:15.547 INFO 13759 --- [ main] br.com.caelum.cdcreact.Boot : No active profile set, falling back to default profiles: default
2017-12-03 10:42:15.616 INFO 13759 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1ad7dec4: startup date [Sun Dec 03 10:42:15 BRT 2017]; root of context hierarchy
2017-12-03 10:42:17.043 INFO 13759 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'beanNameViewResolver' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
2017-12-03 10:42:17.870 INFO 13759 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d243ee6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-12-03 10:42:18.849 INFO 13759 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2017-12-03 10:42:18.872 INFO 13759 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat
2017-12-03 10:42:18.874 INFO 13759 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.30
2017-12-03 10:42:20.706 INFO 13759 --- [ost-startStop-1] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2017-12-03 10:42:20.804 INFO 13759 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2017-12-03 10:42:20.804 INFO 13759 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5193 ms
2017-12-03 10:42:21.408 INFO 13759 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2017-12-03 10:42:21.415 INFO 13759 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-12-03 10:42:21.416 INFO 13759 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2017-12-03 10:42:21.416 INFO 13759 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2017-12-03 10:42:21.416 INFO 13759 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2017-12-03 10:42:21.771 INFO 13759 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2017-12-03 10:42:21.794 INFO 13759 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2017-12-03 10:42:21.930 INFO 13759 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {4.3.11.Final}
2017-12-03 10:42:21.934 INFO 13759 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2017-12-03 10: