Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marekchowaniok/7838661 to your computer and use it in GitHub Desktop.
Save marekchowaniok/7838661 to your computer and use it in GitHub Desktop.
sonar.projectKey=eu.chowaniok:j2eeApplication
sonar.projectName=j2eeApplication
sonar.projectVersion=1.0-SNAPSHOT
sonar.sources=src/main/java
sonar.language=java
sonar.sourceEncoding=UTF-8
sonar.binaries=target
sonar.host.url=http://127.0.0.1:8080
sonar.jdbc.url=jdbc:mysql://localhost:3306/APPLICATION_NAME?useUnicode=true&characterEncoding=utf8
sonar.jdbc.username=mysql_username
sonar.jdbc.password=mysql_password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment