Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- cors
- backtracking
- mysql 한국어
- HashMap
- ArrayList
- Set
- #spring boot
- mariadb 다국어
- #MSA
- Hystrix Read time out
- 원격
- IOT
- TreeMap
- mariadb 한국어
- #actuator
- com.netflix.zuul.exception.ZuulException
- com.netflix.zuul.exception.ZuulException: Hystrix Readed time out
- mysql 다국어
- 크로스도메인
- CORS policy: No 'Access-Control-Allow-Origin'
- #spring boot admin
- mqtt
- Access-Control-Allow-Origin
- emqx
- mosquitto
- xrdp
- db utf8
- message protocol
- mstsc
- java collection
Archives
- Today
- Total
목록#MSA (1)
miin29na
[spring boot] spring boot admin
Spring boot admin? - spring boot 는 actuator Endpoint 로 프로그램의 모니터링이 가능하다. (json 정보)- actuator 통해 UI 화 한, dashboard 기능으로 나온 것이 SpringBoot Admin 이다.- client 들의 서비스 UP/DOWN 상태 확인 가능- 디스크, 메모리 사용량, 가비지 컬렉터 등 상태 확인 - Running 중에 Log level 변경 가능 1. Spring boot admin Server Configuration 1.1 Pom.xml(주의 : 1.X 대 version 은 spring-boot-admin-server 이름으로 나온것 같다.) 12345 de.codecentric spring-boot-admin-starter..
IT_Spring/spring boot
2018. 11. 15. 17:46