Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
19 views

Cannot autowire open feign client

I have the following open feign client: package com.example.feignclientch11.clients; import com.example.feignclientch11.entities.Payment; import org.springframework.cloud.openfeign.FeignClient; ...
cristid9's user avatar
  • 1,138
0 votes
0 answers
16 views

o.s.boot.SpringApplication : Application run failed Error 18237

Hello all I am having an issue with viewing my app on localhost: 8080 and I keep getting the above error, 1. I am wondering if this is why I cant view the app. 2. How do I fix it? below is my log ...
mindlessjibber's user avatar
-1 votes
0 answers
58 views

Springboot application working using command line but failed to start using IntelliJ IDE

I am looking to build and run the source code on my Mac(Springboot application and using java version 17), I have successfully build and run the application (using command line) by using these ...
Umair_007's user avatar
  • 131
-2 votes
0 answers
39 views

Spring Web Application do not create executable jar file in Intellij Idea

I am trying to create an executable jar file for deploy in Intellij Idea Instead of that "mvn clean package" starts an application (that is working for sure) but there is no jar file in \...
Роман Бачев's user avatar
0 votes
1 answer
18 views

IDEA project configuration issues

this happened on my IDEA -community. as the picture sign,I down load the plugin from intellij-idea's official website,so i add it to my IDEA from local,then error said. I'm fresh learner of java. how ...
haoyang luo's user avatar
0 votes
0 answers
39 views

Debugging Java in Intellij - The debugger doesn't step into the specified method

I am debugging a Java method that has many nested methods inside. The project is using the Spring framework. I have set a specific breakpoint at a certain line. I can step over to the next line ...
Mer Mer's user avatar
  • 174
1 vote
1 answer
22 views

How to create an new module in Spring6 Source code?

As the title said, I want to create an new module in Spring-Project to debug source code to learn. So i create a new module named spring-z-simple look like this IDEA screenshot And here is my gradle ...
Kuromi's user avatar
  • 11
0 votes
0 answers
26 views

Spring Test Configuration Class Not Available After Every Code Change Until Project Rebuild

I have a Spring Boot application where I have a couple application properties that are only needed for integration tests, not for the actual application. I've added these properties to a resource file ...
HotN's user avatar
  • 4,294
0 votes
1 answer
71 views

Can't start Listener Java Application using ActiveMQ in IntelliJ

I have a Java MQ Listener Application that listens a Queue. When I use it locally, I use ActiveMQ to send messages, my issue is: I am having a problem when trying to run this Listener Application in ...
pctheone's user avatar
0 votes
0 answers
32 views

External dependencies not found at runtime (Spring, JUnit)

The Maven project I am currently working on seems to fail at runtime. The external dependencies seem to be available with the associated class paths that are utilized in the project when compiled. One ...
user24321809's user avatar
0 votes
1 answer
31 views

How to publish a springboot project in mavenlocal and use that jar in another springboot project both project are using gradle?

I have an id-generator-client project which I have successfully published in mavenLocal and I have to use that jar in another project eApplication. Followed all the steps I found on Google but my ...
DrkEthics's user avatar
0 votes
0 answers
98 views

java.lang.AbstractMethodError at SpringExtension.java:381 in IntelliJ

i have tried to run some tests for my spring boot application that i`m currently working on in Java. I keep getting an 'AbstractMethodError' and i'm not entirely sure what has been causing it. @...
anonymous's user avatar
0 votes
0 answers
14 views

Eureka Client Server Connection interface

All the Dependancies i have declared safely , but still not getting any instance on eureka server eureka: instance: prefer-ip-address: true client: fetch-registry: true register-with-eureka: true ...
Sanjog Pawar's user avatar
0 votes
1 answer
33 views

how to create a git branch base on IDEA dependency analyze result

description: I have a large SpringApplication JAVA project about 5000 classes, I need add a new feature (1 new class or 1 new method) in it. I want to run a swagger interface test or SpringBootTest ...
leaf_yakitori's user avatar
0 votes
0 answers
43 views

In IntelliJ IDEA Community Edition, can you generate a dependency tree for Maven projects?

In IntelliJ IDEA Community Edition, can you generate a visual diagram of dependency tree for Maven projects? IntelliJ IDEA 2023.3.6 (Community Edition) Build #IC-233.15026.9, built on March 21, 2024 ...
Amit Bhoyar's user avatar

15 30 50 per page
1
2 3 4 5
100