Skip to content

Instantly share code, notes, and snippets.

PS E:\github\ftgo-application> ./gradlew :composeDown
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
Parallel execution is an incubating feature.
Parallel execution with configuration on demand is an incubating feature.
> Task :composeDown
Stopping ftgo-application_ftgo-restaurant-service_1 ... done
Stopping ftgo-application_ftgo-order-history-service_1 ... done
Stopping ftgo-application_ftgo-kitchen-service_1 ... done
Stopping ftgo-application_ftgo-order-service_1 ... done
PS E:\github\ftgo-application> curl http://localhost:8099/actuator/health
StatusCode : 200
StatusDescription :
Content : {123, 34, 115, 116...}
RawContent : HTTP/1.1 200
Transfer-Encoding: chunked
Content-Type: application/vnd.spring-boot.actuator.v2+json;charset=UTF-8
Date: Wed, 06 May 2020 17:26:50 GMT
PS E:\github\ftgo-application> docker inspect ftgo-application_ftgo-restaurant-service_1
[
{
"Id": "1de328562bad6da05a735aeb6b8f4b671c3329c5f5a25e229bbb84c9325d4041",
"Created": "2020-05-06T04:03:09.607576043Z",
"Path": "/bin/sh",
"Args": [
"-c",
"java ${JAVA_OPTS} -jar ftgo-restaurant-service.jar"
],
2020-05-06 04:04:24.727 INFO [-,,,] 1 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@25618e91: startup date [Wed May 06 04:04:24 GMT 2020]; root of context hierarchy
2020-05-06 04:04:47.418 INFO [-,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$29d53d88] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.0.3.RELEASE)
PS E:\github\ftgo-application> docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1de328562bad ftgo-application_ftgo-restaurant-service "/bin/sh -c 'java ${…" 2 hours ago Up 2 hours (unhealthy) 0.0.0.0:8084->8080/tcp ftgo-application_ftgo-restaurant-service_1
071e03410f18 ftgo-application_ftgo-order-history-service "/bin/sh -c 'java ${…" 2 hours ago Up 6 minutes (unhealthy) 0.0.0.0:8086->8080/tcp ftgo-application_ftgo-order-history-service_1
45174149c815 ftgo-application_ftgo-kitchen-service "/bin/sh -c 'java ${…" 2 hours ago Up 6 minutes (unhealthy) 0.0.0.0:8083->8080/tcp ftgo-application_ftgo-kitchen-service_1
15012aa95f2b ftgo-application_ftgo-order-service "/bin/sh -c 'java ${…" 2
===> ENV Variables ...
ALLOW_UNSIGNED=false
COMPONENT=kafka
CONFLUENT_DEB_VERSION=1
CONFLUENT_MAJOR_VERSION=5
CONFLUENT_MINOR_VERSION=2
CONFLUENT_MVN_LABEL=
CONFLUENT_PATCH_VERSION=4
CONFLUENT_PLATFORM_LABEL=
CONFLUENT_VERSION=5.2.4