We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5a7d3 commit 2dfa659Copy full SHA for 2dfa659
src/main/resources/application.properties
@@ -26,7 +26,7 @@ server.forward-headers-strategy=native
26
spring.main.banner-mode=off
27
spring.application.name=@project.artifactId@
28
29
-spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
+spring.autoconfigure.exclude=org.springframework.boot.security.autoconfigure.UserDetailsServiceAutoConfiguration
30
tailormap.datasource.url=jdbc:postgresql:tailormap
31
tailormap.datasource.username=tailormap
32
tailormap.datasource.password=tailormap
0 commit comments