Advertisement
fedorm

fedorm

Jan 18th, 2019
1,082
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 22.21 KB | None | 0 0
  1. ➜  dev git:(SLS-58) ✗ dc ps
  2.                   Name                                Command               State                                                   Ports                                                
  3. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  4. coupon-processing-batch-generate-service   /run/entrypoint.sh java -D ...   Up      0.0.0.0:8930->8080/tcp, 8443/tcp, 0.0.0.0:8931->8787/tcp                                              
  5. coupon-processing-batch-issue-service      /run/entrypoint.sh java -D ...   Up      0.0.0.0:8920->8080/tcp, 8443/tcp, 0.0.0.0:8921->8787/tcp                                              
  6. coupon-processing-batch-use-service        /run/entrypoint.sh java -D ...   Up      0.0.0.0:8910->8080/tcp, 8443/tcp, 0.0.0.0:8911->8787/tcp                                              
  7. coupon-processing-crud-service             /run/entrypoint.sh java -D ...   Up      0.0.0.0:8888->8080/tcp, 8443/tcp, 0.0.0.0:8788->8787/tcp                                              
  8. coupon-processing-import-service           /run/entrypoint.sh java -D ...   Up      0.0.0.0:8898->8080/tcp, 8443/tcp, 0.0.0.0:8798->8787/tcp                                              
  9. coupon-processing-psql-master              docker-entrypoint.sh postgres    Up      0.0.0.0:5532->5432/tcp                                                                                
  10. coupon-processing-swagger-ui               sh /usr/share/nginx/run.sh       Up      80/tcp, 0.0.0.0:4444->8080/tcp                                                                        
  11. dev_consul_1                               docker-entrypoint.sh agent ...   Up      8300/tcp, 8301/tcp, 8301/udp, 8302/tcp, 8302/udp, 8500/tcp, 8600/tcp, 8600/udp, 0.0.0.0:9988->9988/tcp
  12. dev_gateway_1                              /run/entrypoint.sh java -X ...   Up      0.0.0.0:8090->8090/tcp                                                                                
  13. kafka_latest                               start-kafka.sh                   Up      0.0.0.0:9092->9092/tcp                                                                                
  14. zookeeper_latest                           /bin/sh -c /usr/sbin/sshd  ...   Up      0.0.0.0:2181->2181/tcp, 22/tcp, 2888/tcp, 3888/tcp                                                    
  15. ➜  dev git:(SLS-58) ✗ dc logs import-service
  16. Attaching to coupon-processing-import-service
  17. coupon-processing-import-service | Listening for transport dt_socket at address: 8787
  18. coupon-processing-import-service | 2019-01-18 16:06:48.365  INFO 1 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@42e99e4a: startup date [Fri Jan 18 16:06:48 MSK 2019]; root of context hierarchy
  19. coupon-processing-import-service | 2019-01-18 16:06:48.674  INFO 1 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  20. coupon-processing-import-service | 2019-01-18 16:06:48.727  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$14256301] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  21. coupon-processing-import-service |
  22. coupon-processing-import-service |   .   ____          _            __ _ _
  23. coupon-processing-import-service |  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
  24. coupon-processing-import-service | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  25. coupon-processing-import-service |  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  26. coupon-processing-import-service |   '  |____| .__|_| |_|_| |_\__, | / / / /
  27. coupon-processing-import-service |  =========|_|==============|___/=/_/_/_/
  28. coupon-processing-import-service |  :: Spring Boot ::        (v2.0.2.RELEASE)
  29. coupon-processing-import-service |
  30. coupon-processing-import-service | 2019-01-18 16:06:48.869  INFO 1 --- [           main] r.c.p.c.importing.ImportApplication      : The following profiles are active: dev
  31. coupon-processing-import-service | 2019-01-18 16:06:48.879  INFO 1 --- [           main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@76b07f29: startup date [Fri Jan 18 16:06:48 MSK 2019]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@42e99e4a
  32. coupon-processing-import-service | 2019-01-18 16:06:49.446  INFO 1 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'dataSource' 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.jdbc.DataSourceConfiguration$Generic; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Generic.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]]
  33. coupon-processing-import-service | 2019-01-18 16:06:50.352  INFO 1 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=9bdb9316-5fa8-3fac-8326-df8684943d1b
  34. coupon-processing-import-service | 2019-01-18 16:06:50.408  INFO 1 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  35. coupon-processing-import-service | 2019-01-18 16:06:50.572  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.kafka.annotation.KafkaBootstrapConfiguration' of type [org.springframework.kafka.annotation.KafkaBootstrapConfiguration$$EnhancerBySpringCGLIB$$cbbd7187] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  36. coupon-processing-import-service | 2019-01-18 16:06:50.638  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f80b6004] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  37. coupon-processing-import-service | 2019-01-18 16:06:50.693  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$14256301] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  38. coupon-processing-import-service | 2019-01-18 16:06:51.045  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
  39. coupon-processing-import-service | 2019-01-18 16:06:51.076  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
  40. coupon-processing-import-service | 2019-01-18 16:06:51.076  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.31
  41. coupon-processing-import-service | 2019-01-18 16:06:51.092  INFO 1 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener   : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
  42. coupon-processing-import-service | 2019-01-18 16:06:51.165  INFO 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
  43. coupon-processing-import-service | 2019-01-18 16:06:51.165  INFO 1 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2286 ms
  44. coupon-processing-import-service | 2019-01-18 16:06:51.423  WARN 1 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.
  45. coupon-processing-import-service | 2019-01-18 16:06:51.423  INFO 1 --- [ost-startStop-1] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  46. coupon-processing-import-service | 2019-01-18 16:06:51.442  INFO 1 --- [ost-startStop-1] c.netflix.config.DynamicPropertyFactory  : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@169bdf2f
  47. coupon-processing-import-service | 2019-01-18 16:06:52.139  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Servlet dispatcherServlet mapped to [/]
  48. coupon-processing-import-service | 2019-01-18 16:06:52.144  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
  49. coupon-processing-import-service | 2019-01-18 16:06:52.144  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  50. coupon-processing-import-service | 2019-01-18 16:06:52.144  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  51. coupon-processing-import-service | 2019-01-18 16:06:52.144  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
  52. coupon-processing-import-service | 2019-01-18 16:06:52.144  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpTraceFilter' to: [/*]
  53. coupon-processing-import-service | 2019-01-18 16:06:52.144  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'webMvcMetricsFilter' to: [/*]
  54. coupon-processing-import-service | 2019-01-18 16:06:52.240  INFO 1 --- [           main] o.f.core.internal.util.VersionPrinter    : Flyway Community Edition 5.0.7 by Boxfuse
  55. coupon-processing-import-service | 2019-01-18 16:06:52.246  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
  56. coupon-processing-import-service | 2019-01-18 16:06:52.376  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
  57. coupon-processing-import-service | 2019-01-18 16:06:52.384  INFO 1 --- [           main] o.f.c.internal.database.DatabaseFactory  : Database: jdbc:postgresql://psql-master:5432/coupons (PostgreSQL 11.1)
  58. coupon-processing-import-service | 2019-01-18 16:06:52.400  WARN 1 --- [           main] o.f.core.internal.database.Database      : Flyway upgrade recommended: PostgreSQL 11.1 is newer than this version of Flyway and support has not been tested.
  59. coupon-processing-import-service | 2019-01-18 16:06:52.441  INFO 1 --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 1 migration (execution time 00:00.017s)
  60. coupon-processing-import-service | 2019-01-18 16:06:52.451  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "public": 1.0
  61. coupon-processing-import-service | 2019-01-18 16:06:52.452  INFO 1 --- [           main] o.f.core.internal.command.DbMigrate      : Schema "public" is up to date. No migration necessary.
  62. coupon-processing-import-service | 2019-01-18 16:06:52.624  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
  63. coupon-processing-import-service | 2019-01-18 16:06:52.644  INFO 1 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
  64. coupon-processing-import-service |  name: default
  65. coupon-processing-import-service |  ...]
  66. coupon-processing-import-service | 2019-01-18 16:06:52.742  INFO 1 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate Core {5.2.17.Final}
  67. coupon-processing-import-service | 2019-01-18 16:06:52.744  INFO 1 --- [           main] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
  68. coupon-processing-import-service | 2019-01-18 16:06:52.793  INFO 1 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  69. coupon-processing-import-service | 2019-01-18 16:06:53.017  INFO 1 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect
  70. coupon-processing-import-service | 2019-01-18 16:06:53.035  INFO 1 --- [           main] o.h.e.j.e.i.LobCreatorBuilderImpl        : HHH000422: Disabling contextual LOB creation as connection was null
  71. coupon-processing-import-service | 2019-01-18 16:06:53.037  INFO 1 --- [           main] org.hibernate.type.BasicTypeRegistry     : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@660591fb
  72. coupon-processing-import-service | 2019-01-18 16:06:53.593  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  73. coupon-processing-import-service | 2019-01-18 16:06:54.391  INFO 1 --- [           main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService
  74. coupon-processing-import-service | 2019-01-18 16:06:54.400  INFO 1 --- [           main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService  'taskScheduler'
  75. coupon-processing-import-service | 2019-01-18 16:06:54.404  INFO 1 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService
  76. coupon-processing-import-service | 2019-01-18 16:06:54.411  INFO 1 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService  'taskExecutor'
  77. coupon-processing-import-service | 2019-01-18 16:06:54.436  WARN 1 --- [           main] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.
  78. coupon-processing-import-service | 2019-01-18 16:06:54.436  INFO 1 --- [           main] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  79. coupon-processing-import-service | 2019-01-18 16:06:54.520  INFO 1 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  80. coupon-processing-import-service | 2019-01-18 16:06:54.719  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@76b07f29: startup date [Fri Jan 18 16:06:48 MSK 2019]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@42e99e4a
  81. coupon-processing-import-service | 2019-01-18 16:06:54.769  WARN 1 --- [           main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  82. coupon-processing-import-service | 2019-01-18 16:06:54.809  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/import/coupons],methods=[POST],consumes=[multipart/form-data],produces=[application/json]}" onto public org.springframework.http.ResponseEntity ru.crystals.processing.coupon.importing.controller.v1.ImportController.createImportTask(javax.servlet.http.HttpServletRequest)
  83. coupon-processing-import-service | 2019-01-18 16:06:54.812  INFO 1 --- [           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.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  84. coupon-processing-import-service | 2019-01-18 16:06:54.813  INFO 1 --- [           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.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  85. coupon-processing-import-service | 2019-01-18 16:06:54.856  INFO 1 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  86. coupon-processing-import-service | 2019-01-18 16:06:54.856  INFO 1 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  87. coupon-processing-import-service | 2019-01-18 16:06:55.710  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 2 endpoint(s) beneath base path '/actuator'
  88. coupon-processing-import-service | 2019-01-18 16:06:55.728  INFO 1 --- [           main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  89. coupon-processing-import-service | 2019-01-18 16:06:55.728  INFO 1 --- [           main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  90. coupon-processing-import-service | 2019-01-18 16:06:55.729  INFO 1 --- [           main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  91. coupon-processing-import-service | 2019-01-18 16:06:55.782  INFO 1 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
  92. coupon-processing-import-service | 2019-01-18 16:06:55.784  INFO 1 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'dataSource' has been autodetected for JMX exposure
  93. coupon-processing-import-service | 2019-01-18 16:06:55.791  INFO 1 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'environmentManager' has been autodetected for JMX exposure
  94. coupon-processing-import-service | 2019-01-18 16:06:55.792  INFO 1 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'refreshScope' has been autodetected for JMX exposure
  95. coupon-processing-import-service | 2019-01-18 16:06:55.793  INFO 1 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
  96. coupon-processing-import-service | 2019-01-18 16:06:55.797  INFO 1 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
  97. coupon-processing-import-service | 2019-01-18 16:06:55.806  INFO 1 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
  98. coupon-processing-import-service | 2019-01-18 16:06:55.818  INFO 1 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=76b07f29,type=ConfigurationPropertiesRebinder]
  99. coupon-processing-import-service | 2019-01-18 16:06:55.823  INFO 1 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
  100. coupon-processing-import-service | 2019-01-18 16:06:55.832  INFO 1 --- [           main] o.s.c.support.DefaultLifecycleProcessor  : Starting beans in phase 2147483547
  101. coupon-processing-import-service | 2019-01-18 16:06:55.843  INFO 1 --- [           main] r.c.p.c.i.SchedulerConfiguration         : Registered job executors
  102. coupon-processing-import-service | 2019-01-18 16:06:55.864  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
  103. coupon-processing-import-service | 2019-01-18 16:06:55.867  INFO 1 --- [           main] r.c.p.c.importing.ImportApplication      : Started ImportApplication in 8.185 seconds (JVM running for 8.836)
  104. ➜  dev git:(SLS-58) ✗
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement