Updated the dgs framework
This commit is contained in:
parent
49023d2237
commit
fc2e9d8358
@ -10,7 +10,7 @@ plugins {
|
|||||||
dependencies {
|
dependencies {
|
||||||
api(project(":cubetiq-security-web"))
|
api(project(":cubetiq-security-web"))
|
||||||
|
|
||||||
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:5.4.3"))
|
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:5.4.5"))
|
||||||
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter")
|
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter")
|
||||||
runtimeOnly("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure")
|
runtimeOnly("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure")
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import org.springframework.security.crypto.password.PasswordEncoder
|
|||||||
|
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
class GraphqlDemoApplication @Autowired constructor(
|
class GraphqlDemoApplication @Autowired constructor(
|
||||||
private val passwordEncoder: PasswordEncoder,
|
passwordEncoder: PasswordEncoder,
|
||||||
) {
|
) {
|
||||||
init {
|
init {
|
||||||
PasswordUtils.setEncoder(passwordEncoder)
|
PasswordUtils.setEncoder(passwordEncoder)
|
||||||
|
Loading…
Reference in New Issue
Block a user