python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to create beans dynamically using a DI framework
requirement is like this: user input is single character followed by an array of integers, such as 'A 1 2', 'B 3 4 5', 'C 1', etc. The single character means which class to construct and integers are ...
LLD
Votes: 0
Answers: 1
Cannot access application.properties property in AttributeConverter implementation
I am trying to access my encrypt key stored in application.properties and set it as SECRET property in my AttributeEncryptor.
This is the class:
package com.nimesia.sweetvillas.encryptors;
import org...

The problem with other minds
Votes: 0
Answers: 1
How to set Spring Boot maven plugin pom proxy values on command line
I'm trying to use spring-boot-maven-plugin:2.5.6:build-image to build an application image. I have a profile in my pom.xml for build-image,
<profile>
<id>build-image</id>
<...

wsams
Votes: 0
Answers: 1
GraphQL + Springboot + Http Headers
I'm using these graphql dependencies:
"com.graphql-java-kickstart:graphql-spring-boot-starter:12.0.0",
"com.graphql-java-kickstart:graphql-java-tools:12.0.0",
And how can...
user9150771
Votes: 0
Answers: 3