Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-02-19 18:09:11.975  INFO 6040 --- [           main] com.shs.CenterbApplication               : Starting CenterbApplication on DESKTOP-THIR8MS with PID 6040 (C:\Users\Kazimirov\Documents\CenterBServer\centerb\target\classes started by Kazimirov in C:\Users\Kazimirov\Documents\CenterBServer\centerb)
  2. 2019-02-19 18:09:11.988  INFO 6040 --- [           main] com.shs.CenterbApplication               : No active profile set, falling back to default profiles: default
  3. 2019-02-19 18:09:13.780  INFO 6040 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  4. 2019-02-19 18:09:13.945  INFO 6040 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 156ms. Found 5 repository interfaces.
  5. 2019-02-19 18:09:15.153  INFO 6040 --- [           main] o.f.c.internal.license.VersionPrinter    : Flyway Community Edition 5.2.4 by Boxfuse
  6. 2019-02-19 18:09:15.156  INFO 6040 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
  7. 2019-02-19 18:09:15.315  INFO 6040 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
  8. 2019-02-19 18:09:15.318  INFO 6040 --- [           main] o.f.c.internal.database.DatabaseFactory  : Database: jdbc:mysql://localhost:3306/centerb (MySQL 5.7)
  9. 2019-02-19 18:09:15.433  INFO 6040 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 1 migration (execution time 00:00.044s)
  10. 2019-02-19 18:09:15.465  INFO 6040 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema `centerb`: 1
  11. 2019-02-19 18:09:15.467  INFO 6040 --- [           main] o.f.core.internal.command.DbMigrate      : Schema `centerb` is up to date. No migration necessary.
  12. 2019-02-19 18:09:15.651  INFO 6040 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
  13.     name: default
  14.     ...]
  15. 2019-02-19 18:09:15.721  INFO 6040 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate Core {5.4.0.Final}
  16. 2019-02-19 18:09:15.723  INFO 6040 --- [           main] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
  17. 2019-02-19 18:09:15.913  INFO 6040 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
  18. 2019-02-19 18:09:16.065  INFO 6040 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  19. 2019-02-19 18:09:17.105  INFO 6040 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  20. 2019-02-19 18:09:17.108  INFO 6040 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  21. 2019-02-19 18:09:17.906  INFO 6040 --- [           main] o.h.h.i.QueryTranslatorFactoryInitiator  : HHH000397: Using ASTQueryTranslatorFactory
  22. 2019-02-19 18:09:18.154 DEBUG 6040 --- [           main] org.hibernate.SQL                        : select clinicuser0_.id as id1_1_, clinicuser0_.avatar as avatar2_1_, clinicuser0_.birth_day as birth_da3_1_, clinicuser0_.create_at as create_a4_1_, clinicuser0_.email as email5_1_, clinicuser0_.enabled as enabled6_1_, clinicuser0_.name as name7_1_, clinicuser0_.password as password8_1_, clinicuser0_.phone as phone9_1_, clinicuser0_.sms_code_exp_date as sms_cod10_1_, clinicuser0_.sms_code_hash as sms_cod11_1_, clinicuser0_.update_at as update_12_1_ from clinic_user clinicuser0_ where clinicuser0_.email=?
  23. 2019-02-19 18:09:18.157 TRACE 6040 --- [           main] o.h.type.descriptor.sql.BasicBinder      : binding parameter [1] as [VARCHAR] - [TestEmail2323@gmail.com]
  24. 2019-02-19 18:09:19.816  INFO 6040 --- [           main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService 'taskScheduler'
  25. 2019-02-19 18:09:20.320  INFO 6040 --- [           main] o.s.b.web.embedded.netty.NettyWebServer  : Netty started on port(s): 8080
  26. 2019-02-19 18:09:20.327  INFO 6040 --- [           main] com.shs.CenterbApplication               : Started CenterbApplication in 9.372 seconds (JVM running for 12.346)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement