mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
Merge 1d860c92ac
into c91b73e75e
This commit is contained in:
commit
5a7be80863
3 changed files with 434 additions and 424 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue