We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95a8ea commit ef8eaeeCopy full SHA for ef8eaee
build.gradle.kts
@@ -51,6 +51,9 @@ dependencies {
51
// Swagger
52
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.13")
53
54
+ // Env
55
+ implementation ("io.github.cdimascio:dotenv-java:3.0.0")
56
+
57
// Test
58
testImplementation("org.springframework.boot:spring-boot-starter-test")
59
testImplementation("org.springframework.security:spring-security-test")
src/main/resources/application-dev.yml
@@ -24,4 +24,6 @@ springdoc:
24
25
logging:
26
level:
27
- org.hibernate.orm.jdbc.bind: trace
+ org.hibernate.orm.jdbc.bind: trace
28
+ org.springframework.web.socket: DEBUG
29
+ org.springframework.messaging: DEBUG
0 commit comments