All Projects → p6spy → p6spy-it-spring-boot

p6spy / p6spy-it-spring-boot

Licence: Apache-2.0 License
p6spy integration with spring boot

Programming Languages

java
68154 projects - #9 most used programming language
SQLPL
141 projects

p6spy-it-spring-boot

p6spy integration with spring boot, for necessary spring-boot related config changes, see files:

  • application.yml - modified: spring.datasource.url holding p6spy
  • build.gradle - holding dependency { compile "p6spy:p6spy:3.0.0"
  • as well as optional spy.properties holding the p6spy specific options

To give it a test try, run:

rm -rf spy.log; ./gradlew clean test; tail spy.log
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].