File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737
3838 - name : MySQL 컨테이너 실행
3939 run : |
40- docker run --name test -mysql \
40+ docker run --name log4u -mysql \
4141 -e MYSQL_ROOT_PASSWORD=root \
4242 -e MYSQL_DATABASE=log4u \
4343 -e MYSQL_USER=dev \
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ checkstyle {
7878
7979sonar {
8080 properties {
81- property(" sonar.projectKey" , " sapiens2000-dev_simple-sns " )
82- property(" sonar.organization" , " sapiens2000-dev " )
81+ property(" sonar.projectKey" , " WEB3_4_Log4U_BE " )
82+ property(" sonar.organization" , " prgrms-web-devcourse-final-project " )
8383 property(" sonar.host.url" , " https://sonarcloud.io" )
8484 property(" sonar.coverage.jacoco.xmlReportPaths" , " build/reports/jacoco/test/jacocoTestReport.xml" )
8585 property(" sonar.java.checkstyle.reportPaths" , " build/reports/checkstyle/main.xml" )
You can’t perform that action at this time.
0 commit comments