Boa tarde,
Não estou conseguindo iniciar o servidor. Inicialmente havia dado um erro, verifiquei se a porta estava ocupada, e realmente estava. Após eu a desocupei, porém continua ocorrendo erro ao tentar iniciar o servidor:
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.3.6.RELEASE)
2019-04-22 14:20:41.427 INFO 6632 --- [ main] br.com.caelum.alura.Application : Starting Application v0.0.1-SNAPSHOT on UDNHPBRG145FG5T with PID 6632 (C:\Users\douglas.pereira\Documents\Projetos Android\android-sync-parte-1-servidor\server.jar started by douglas.pereira in C:\Users\douglas.pereira\Documents\Projetos Android\android-sync-parte-1-servidor)
2019-04-22 14:20:41.433 INFO 6632 --- [ main] br.com.caelum.alura.Application : No active profile set, falling back to default profiles: default
2019-04-22 14:20:41.544 INFO 6632 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@43195e57: startup date [Mon Apr 22 14:20:41 BRT 2019]; root of context hierarchy
2019-04-22 14:20:44.144 INFO 6632 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-04-22 14:20:44.200 INFO 6632 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'appConfig' of type [class br.com.caelum.alura.config.AppConfig$$EnhancerBySpringCGLIB$$3868d10c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-04-22 14:20:44.208 INFO 6632 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
2019-04-22 14:20:44.387 INFO 6632 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9ece9015] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-04-22 14:20:44.771 WARN 6632 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tomcatEmbeddedServletContainerFactory' defined in class path resource [org/springframework/boot/autoconfigure/web/EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.boot.autoconfigure.web.ServerProperties org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.properties; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serverProperties' defined in class path resource ........