Advertisement
Guest User

Untitled

a guest
Aug 10th, 2017
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1.  
  2. . ____ _ __ _ _
  3. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  4. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  5. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  6. ' |____| .__|_| |_|_| |_\__, | / / / /
  7. =========|_|==============|___/=/_/_/_/
  8. :: Spring Boot :: (v1.5.6.RELEASE)
  9.  
  10. [main] INFO com.abner.springpostgresql.SpringPostgresqlApplication - Starting SpringPostgresqlApplication on DESKTOP-71QFG54 with PID 9804 (C:\Users\Admin\Documents\workspace-sts-3.9.0.RELEASE\spring-postgresql\target\classes started by Admin in C:\Users\Admin\Documents\workspace-sts-3.9.0.RELEASE\spring-postgresql)
  11. [main] INFO com.abner.springpostgresql.SpringPostgresqlApplication - No active profile set, falling back to default profiles: default
  12. [main] INFO org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a187f14: startup date [Thu Aug 10 15:56:02 CDT 2017]; root of context hierarchy
  13. [main] INFO org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 9999 (http)
  14. ago 10, 2017 3:56:02 PM org.apache.catalina.core.StandardService startInternal
  15. INFO: Starting service [Tomcat]
  16. ago 10, 2017 3:56:02 PM org.apache.catalina.core.StandardEngine startInternal
  17. INFO: Starting Servlet Engine: Apache Tomcat/8.5.16
  18. ago 10, 2017 3:56:02 PM org.apache.catalina.core.ApplicationContext log
  19. INFO: Initializing Spring embedded WebApplicationContext
  20. [localhost-startStop-1] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 647 ms
  21. [localhost-startStop-1] INFO org.springframework.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
  22. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [protected final java.sql.Connection org.springframework.jdbc.core.support.JdbcDaoSupport.getConnection() throws org.springframework.jdbc.CannotGetJdbcConnectionException] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  23. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [protected final org.springframework.jdbc.support.SQLExceptionTranslator org.springframework.jdbc.core.support.JdbcDaoSupport.getExceptionTranslator()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  24. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [protected final void org.springframework.jdbc.core.support.JdbcDaoSupport.releaseConnection(java.sql.Connection)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  25. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [public final javax.sql.DataSource org.springframework.jdbc.core.support.JdbcDaoSupport.getDataSource()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  26. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [public final void org.springframework.jdbc.core.support.JdbcDaoSupport.setDataSource(javax.sql.DataSource)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  27. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [public final org.springframework.jdbc.core.JdbcTemplate org.springframework.jdbc.core.support.JdbcDaoSupport.getJdbcTemplate()] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  28. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [public final void org.springframework.jdbc.core.support.JdbcDaoSupport.setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  29. [main] WARN org.springframework.aop.framework.CglibAopProxy - Unable to proxy interface-implementing method [public final void org.springframework.dao.support.DaoSupport.afterPropertiesSet() throws java.lang.IllegalArgumentException,org.springframework.beans.factory.BeanInitializationException] because it is marked as final: Consider using interface-based JDK proxies instead!
  30. [main] INFO org.springframework.aop.framework.CglibAopProxy - Final method [public final void org.springframework.dao.support.DaoSupport.afterPropertiesSet() throws java.lang.IllegalArgumentException,org.springframework.beans.factory.BeanInitializationException] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
  31. [main] INFO org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
  32. [main] INFO org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer - Tomcat started on port(s): 9999 (http)
  33. [main] INFO com.abner.springpostgresql.SpringPostgresqlApplication - Started SpringPostgresqlApplication in 1.116 seconds (JVM running for 1.464)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement