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)
Async process is not working in Springboot application
I am trying async process in my code. i written code like below. But async process is not working. Thread name '' itself not showing in logs. It looks Service class is not looking bean 'asyncExecutor...
slj
Votes: 0
Answers: 1
Sdk is not using designated IRSA
Aws sdk getting instance credential from eks instead of ec2
I'm using spring cloud aws to send send messages to an sns, and local the credential chain work fine with a .aws/credentials file. However i...

Bryan Motta
Votes: 0
Answers: 1
UnsatisfiedDependencyException: Error creating bean with name 'myController'
I am calling a service class: "CustomUserService" from MyController.
public class MyController{
private final CustomUserService userService;
@Autowired
public MyController(
C...
Mem
Votes: 0
Answers: 0
Azure WebApp throws 502 page error when trying to access over xyz.azurewebsites.net
I am currently building a backend for a website. I use Java/Spring boot to build my backend and I am trying to host it on Azure. I connected my main Branch from GitHub, so every time we merged into ma...
J W
Votes: 0
Answers: 1