Updated spring and dgs

This commit is contained in:
2022-05-27 12:30:12 +07:00
parent ae023ee293
commit feedc82a80
8 changed files with 14 additions and 11 deletions

View File

@@ -9,6 +9,7 @@ import org.springframework.security.config.annotation.method.configuration.Enabl
import org.springframework.security.config.annotation.web.builders.HttpSecurity
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity
import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
import org.springframework.security.config.annotation.web.configuration.WebSecurityCustomizer
import org.springframework.security.config.http.SessionCreationPolicy
@Configuration

View File

@@ -0,0 +1 @@
application-local.yml

View File

@@ -3,6 +3,8 @@ server:
# Spring Boot
spring:
profiles:
active: ${APP_PROFILE:}
datasource:
url: jdbc:postgresql://${DB_HOST:localhost}:5432/${DB_NAME:graphql-demo}
username: ${DB_USER:your-username}