일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- #spring boot admin
- mosquitto
- mysql 다국어
- mstsc
- cors
- CORS policy: No 'Access-Control-Allow-Origin'
- com.netflix.zuul.exception.ZuulException
- com.netflix.zuul.exception.ZuulException: Hystrix Readed time out
- #spring boot
- #actuator
- IOT
- mysql 한국어
- emqx
- TreeMap
- HashMap
- 원격
- db utf8
- xrdp
- 크로스도메인
- mariadb 다국어
- backtracking
- Access-Control-Allow-Origin
- ArrayList
- mariadb 한국어
- message protocol
- #MSA
- java collection
- Hystrix Read time out
- mqtt
- Set
- Today
- Total
목록IT_Infra/배포 (2)
miin29na
Spring Boot 로 만들어진 Java Application 을 excutable jar 로 export 함.Linux 에서 Shell Script 로 실행하는 코드는 다음과 같음 Linux 에서 실행start.sh/ stop.sh 위치 : home/실행 jar 위치 : home/config-service/confiv-service.jar home/ 에서 $./start.sh or $sh start.sh start.sh !/bin/bashreadonly CONFIG_NAME="config-service"readonly CONFIG_SERVICE="/config-service.jar" readonly CONFIG_PATH="-Dspring.config.location=file:./config/"read..
Jenkins 에 Git으로 Spring Boot Project (Maven) 을 올려 Packaging 하기! 1. Jenkins Configuration 1.1 Git 계정 Configuration 나는 Bitbucket 사용 중, Bitbucket 에 Private Key(id_rsa) 정보 입력 Jenkins 웹 화면으로 돌아와서, 왼쪽 Menu 에서 "Credential" -> "System" 선택Configure Credential -> Add CredentialKind : SSH Username with private key 선택Scope : Globalusename : git 계정private Key Enterdirectly 체크Key 에 Public Key (id_rsa.pub) 정보 입..