-
用的是首页的 docker 启动命令
docker run -d --net=host --name redis-manager \
-e DATASOURCE_DATABASE='redis_manager' \
-e DATASOURCE_URL='jdbc:mysql://127.0.0.1:3306/redis_manager?useUnicode=true&characterEn…
-
## CVE-2022-40152 - High Severity Vulnerability
Vulnerable Library - woodstox-core-5.3.0.jar
Woodstox is a high-performance XML processor that
implements Stax (JSR-173), SAX2 and Stax2 APIs
…
-
When I include `id "com.palantir.docker" version "0.21.0"` in my build.gradle, I am greeted with this error `Caused by: java.lang.ClassNotFoundException: org.gradle.api.model.ObjectFactory`.
This i…
-
예시) Netflix OSS 와 Spring Cloud 를 기반한 MSA 아키텍처
![msa_full_hsnc](https://cloud.githubusercontent.com/assets/487999/23345853/9b2527d8-fcd7-11e6-91d1-daa4de5a6831.png)
# 비즈니스 요건과 솔루션
1. 디지털 공유 비즈니스로의…
-
## CVE-2022-40151 - High Severity Vulnerability
Vulnerable Library - xstream-1.4.18.jar
Library home page: http://x-stream.github.io
Path to dependency file: /modules/eureka/pom.xml
Path to vulnera…
-
Hi,
I am not sure if there is a known conflict between eureka-client(1.9.4) and micrometer-spring-legacy https://javadoc.io/doc/io.micrometer/micrometer-spring-legacy/latest/index.html
I am curr…
-
This issue was discovered while investigating https://github.com/spring-cloud/spring-cloud-netflix/issues/3174#issuecomment-419349960. To summarise the original tread:
When disposed, `RefreshScope`…
-
When I use gradle to build the project, I get this error
-
In com.netflix.eureka.registry.PeerAwareInstanceRegistryImpl method syncUp, why need call method isRegisterable? and how to understand logic of method isRegisterable(Instance instance)? the method cod…
-
# Definition Service 의 Deploy
## Docker image 업로드
```
git clone https://github.com/TheOpenCloudEngine/uEngine5-base.git
cd uEngine5-base/definition-service
mvn package -B
docker build -t gcr.io/…