일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Gradle
- 스프링
- SonarQube
- Elk
- slave node
- npm
- 레드마인
- ElasticSearch
- 리눅스
- mysql
- 자바
- nodejs
- Apach
- spring
- 시스템운영
- springboot
- orm
- JVM
- 아파치
- 엘라스틱서치
- mybatis
- sql
- Bitbucket
- 트랜잭션
- DB
- 마이바티스
- Stash
- Java
- Git
- heap메모리
Archives
- Today
- Total
목록SonarQube 설치 (1)
프로그래머호이잇
SonarQube 설치 방법
--default-storage-engine=InnoDB CREATE DATABASE sonar2 CHARACTER SET utf8 COLLATE utf8_general_ci;CREATE USER 'sonar' IDENTIFIED BY 'thskqbzm1';GRANT ALL ON sonar2.* TO 'sonar'@'%' IDENTIFIED BY 'sonar';GRANT ALL ON sonar2.* TO 'sonar'@'localhost' IDENTIFIED BY 'sonar';FLUSH PRIVILEGES; 권한 확인show grants for 'sonar'@'%'; https://github.com/SonarQubeCommunity/sonar-l10n-ko/releases/download/1.2.0/..
시스템운영
2017. 8. 22. 14:41