Guest User

Untitled

a guest
Nov 14th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. 2018-11-14 18:08:21.711 INFO 7720 --- [ main] o.s.b.c.l.support.SimpleJobLauncher : Job: [SimpleJob: [name=testJob]] completed with the following parameters: [{-spring.batch.job.names=testJob, run.id=10}] and the following status: [COMPLETED]
  2. 2018-11-14 18:08:21.719 DEBUG 7720 --- [ main] o.s.c.t.r.support.SimpleTaskRepository : Updating: TaskExecution with executionId=16 with the following {exitCode=0, endTime=Wed Nov 14 18:08:21 IST 2018, exitMessage='null', errorMessage='null'}
  3.  
  4. ^C2018-11-14 18:08:25.738 INFO 7720 --- [ Thread-4] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  5. 2018-11-14 18:08:25.740 INFO 7720 --- [ Thread-4] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  6.  
  7. spring:
  8. application:
  9. name: miq-batch
  10. datasource:
  11. url: jdbc:mysql://localhost:3306/scdf
  12. username: root
  13. password: root
  14. driverClassName: org.mariadb.jdbc.Driver
  15. data:
  16. mongodb:
  17. host: localhost
  18. port: 27017
  19. database: profile
  20. jpa:
  21. properties:
  22. hibernate:
  23. implicit_naming_strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
  24. hbm2ddl:
  25. auto: update
  26. cache:
  27. use_second_level_cache: true
  28. region.factory_class: org.hibernate.cache.ehcache.EhCacheRegionFactory
  29. use_query_cache: true
  30. use_collection_cache: true
  31. jackson:
  32. serialization:
  33. FAIL_ON_EMPTY_BEANS: false
Add Comment
Please, Sign In to add comment