|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/sonar
|
|
|
|
|
#spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/sonar
|
|
|
|
|
spring.datasource.url=jdbc:postgresql://117.50.66.22:5432/sonar
|
|
|
|
|
spring.datasource.username=sonar
|
|
|
|
|
spring.datasource.password=sonar
|
|
|
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
|
@ -20,12 +21,13 @@ logging.config=classpath:logback-spring.xml
|
|
|
|
|
logging.level.root=DEBUG
|
|
|
|
|
|
|
|
|
|
zip.save.path=/tmp/
|
|
|
|
|
excel.template.path=/Users/guange/work/java/ecsonar/src/main/resources/template.xlsx
|
|
|
|
|
#excel.template.path=/Users/guange/work/java/ecsonar/src/main/resources/template.xlsx
|
|
|
|
|
excel.template.path=/Users/macbookpro/IdeaProjects/p9vymrkc8/src/main/resources/template.xlsx
|
|
|
|
|
|
|
|
|
|
#sonar.url=http://106.75.27.125:49000
|
|
|
|
|
sonar.url=http://127.0.0.1
|
|
|
|
|
#sonar.url=http://127.0.0.1:9000
|
|
|
|
|
sonar.url=http://117.50.66.22:9000
|
|
|
|
|
|
|
|
|
|
extract.path=/usr/local/bin/unar
|
|
|
|
|
extract.path=/usr/bin/unar
|
|
|
|
|
|
|
|
|
|
last.run.id=0
|
|
|
|
|
|
|
|
|
|