일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Git
- springboot
- SonarQube
- Apach
- Elk
- 스프링
- heap메모리
- 트랜잭션
- 자바
- Gradle
- slave node
- 엘라스틱서치
- Java
- spring
- sql
- 레드마인
- ElasticSearch
- Stash
- orm
- DB
- 시스템운영
- 리눅스
- npm
- nodejs
- 마이바티스
- Bitbucket
- JVM
- 아파치
- mybatis
- mysql
Archives
- Today
- Total
목록sonar 분석방법 (1)
프로그래머호이잇
SonarQube 분석 방법
분석 방법sonar-runner 압축해제 /conf/sonar-runner.properties 주석해제 및 db 경로 설정 및 db 유저 패스워드 설정 분석 할 프로젝트에서 sonar-project.properties 파일 생성 내용 # must be unique in a given SonarQube instancesonar.projectKey=my:project# this is the name displayed in the SonarQube UIsonar.projectName=My projectsonar.projectVersion=1.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.# Sinc..
시스템운영
2017. 8. 22. 14:45