Skip to content

Instantly share code, notes, and snippets.

@DevCapu
Last active July 2, 2019 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DevCapu/25748622db6213c4d28a0219d73c4e85 to your computer and use it in GitHub Desktop.
Save DevCapu/25748622db6213c4d28a0219d73c4e85 to your computer and use it in GitHub Desktop.
JAR rodando
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.3.1.RELEASE)
2019-07-02 14:23:10.750 INFO 538 --- [main] br.com.caelum.cdcreact.Boot : Starting Boot v1.0.0-SNAPSHOT on felipe with PID 538 (/home/felipe/Downloads/cdcreact.jar started by felipe in /home/felipe/Downloads)
2019-07-02 14:23:10.755 INFO 538 --- [main] br.com.caelum.cdcreact.Boot : No active profile set, falling back to default profiles: default
2019-07-02 14:23:10.838 INFO 538 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@350837ad: startup date [Tue Jul 02 14:23:10 BRT 2019]; root of context hierarchy
2019-07-02 14:23:11.880 INFO 538 --- [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]]
2019-07-02 14:23:12.431 INFO 538 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6031f933] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-07-02 14:23:12.941 INFO 538 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2019-07-02 14:23:12.955 INFO 538 --- [main] o.apache.catalina.core.StandardService : Starting service Tomcat
2019-07-02 14:23:12.956 INFO 538 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.30
2019-07-02 14:23:14.186 INFO 538 --- [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.
2019-07-02 14:23:14.266 INFO 538 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-07-02 14:23:14.266 INFO 538 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3433 ms
2019-07-02 14:23:14.611 INFO 538 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2019-07-02 14:23:14.616 INFO 538 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-07-02 14:23:14.616 INFO 538 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-07-02 14:23:14.616 INFO 538 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-07-02 14:23:14.617 INFO 538 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-07-02 14:23:14.855 INFO 538 --- [main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2019-07-02 14:23:14.864 INFO 538 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default...]
2019-07-02 14:23:14.939 INFO 538 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {4.3.11.Final}
2019-07-02 14:23:14.941 INFO 538 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-07-02 14:23:14.942 INFO 538 --- [main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
2019-07-02 14:23:15.193 INFO 538 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
Tue Jul 02 14:23:15 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Jul 02 14:23:15 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Jul 02 14:23:15 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Jul 02 14:23:15 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Jul 02 14:23:15 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Jul 02 14:23:15 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Jul 02 14:23:15 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Jul 02 14:23:15 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Jul 02 14:23:15 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Tue Jul 02 14:23:15 BRT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2019-07-02 14:23:15.524 INFO 538 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
2019-07-02 14:23:15.752 INFO 538 --- [main] o.h.h.i.ast.ASTQueryTranslatorFactory : HHH000397: Using ASTQueryTranslatorFactory
2019-07-02 14:23:15.942 INFO 538 --- [main] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000228: Running hbm2ddl schema update
2019-07-02 14:23:15.942 INFO 538 --- [main] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000102: Fetching database metadata
2019-07-02 14:23:15.943 INFO 538 --- [main] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000396: Updating schema
2019-07-02 14:23:15.961 INFO 538 --- [main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: cdc_react.autor
2019-07-02 14:23:15.961 INFO 538 --- [main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [senha, nome, id, email]
2019-07-02 14:23:15.961 INFO 538 --- [main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: []
2019-07-02 14:23:15.961 INFO 538 --- [main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [primary]
2019-07-02 14:23:15.972 INFO 538 --- [main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: cdc_react.livro
2019-07-02 14:23:15.973 INFO 538 --- [main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [preco, titulo, autor_id, id]
2019-07-02 14:23:15.973 INFO 538 --- [main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_jiba630fqnramd9goavw4xor0]
2019-07-02 14:23:15.974 INFO 538 --- [main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [fk_jiba630fqnramd9goavw4xor0, primary]
2019-07-02 14:23:15.974 INFO 538 --- [main] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000232: Schema update complete
2019-07-02 14:23:16.457 INFO 538 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@350837ad: startup date [Tue Jul 02 14:23:10 BRT 2019]; root of context hierarchy
2019-07-02 14:23:16.548 INFO 538 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/autores],methods=[POST],consumes=[application/json]}" onto public java.lang.Iterable<br.com.caelum.cdcreact.models.Autor> br.com.caelum.cdcreact.controllers.AutorController.salva(br.com.caelum.cdcreact.controllers.forms.AutorForm)
2019-07-02 14:23:16.550 INFO 538 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/autores],methods=[GET],produces=[application/json]}" onto public java.lang.Iterable<br.com.caelum.cdcreact.models.Autor> br.com.caelum.cdcreact.controllers.AutorController.lista()
2019-07-02 14:23:16.552 INFO 538 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/livros],methods=[POST],consumes=[application/json]}" onto public java.lang.Iterable<br.com.caelum.cdcreact.models.Livro> br.com.caelum.cdcreact.controllers.LivrosController.salva(br.com.caelum.cdcreact.controllers.forms.LivroForm)
2019-07-02 14:23:16.552 INFO 538 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/livros],methods=[GET],produces=[application/json]}" onto public java.lang.Iterable<br.com.caelum.cdcreact.models.Livro> br.com.caelum.cdcreact.controllers.LivrosController.lista()
2019-07-02 14:23:16.554 INFO 538 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-07-02 14:23:16.555 INFO 538 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-07-02 14:23:16.596 INFO 538 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-07-02 14:23:16.596 INFO 538 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-07-02 14:23:16.644 INFO 538 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-07-02 14:23:16.910 INFO 538 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-07-02 14:23:17.008 INFO 538 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
2019-07-02 14:23:17.013 INFO 538 --- [main] br.com.caelum.cdcreact.Boot : Started Boot in 6.687 seconds (JVM running for 7.272)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment