Updated spring and dgs
This commit is contained in:
@@ -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
|
||||
|
||||
1
dgs-graphql/src/main/resources/.gitignore
vendored
Normal file
1
dgs-graphql/src/main/resources/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
application-local.yml
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user