This commit is contained in:
Humberto Ramírez Antonio 2018-01-19 02:23:57 +00:00 committed by GitHub
commit 5a7be80863
3 changed files with 434 additions and 424 deletions

View file

@ -117,3 +117,6 @@ The Spring PetClinic sample application is released under version 2.0 of the [Ap
[spring-petclinic-reactjs]: https://github.com/spring-petclinic/spring-petclinic-reactjs
[spring-petclinic-graphql]: https://github.com/spring-petclinic/spring-petclinic-graphql
[spring-petclinic-kotlin]: https://github.com/spring-petclinic/spring-petclinic-kotlin
# Integration Slack
Cambio en branch

View file

@ -1,3 +1,8 @@
sonar.host.url=http://humbertolaptop:9001
sonar.secretKeyPath=D:\\Learning\\DevOPsSoftware\\Sonar\\sonarqube-6.7.1\\conf\\sonar-secret.txt
sonar.login=localadmin
sonar.password={aes}esMDgWqqFu0Yd211kP/JIg==
# Required metadata
sonar.projectKey=java-sonar-runner-simple
sonar.projectName=Simple Java project analyzed with the SonarQube Runner
@ -8,6 +13,8 @@ sonar.sources=src
# Language
sonar.language=java
sonar.java.src=1.8
sonar.java.binaries=target\\classes
# Encoding of the source files
sonar.sourceEncoding=UTF-8