We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a7398 commit 0b4e59fCopy full SHA for 0b4e59f
src/main/resources/application.properties
@@ -1,5 +1,9 @@
1
spring.profiles.active=${spring.profiles.active}
2
3
+# Logging
4
+logging.level.org.springframework.web: OFF
5
+logging.level.org.hibernate: OFF
6
+
7
#Primary DataSource
8
datasource.driverClassName=${datasource.driverClassName}
9
datasource.url=${datasource.url}
0 commit comments