Skip to main content

All Questions

Tagged with
0 votes
0 answers
36 views

"The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files" ERROR for Spring Boot Application

I am on Eclipse IDE, and I am getting this red mark on the line where I have my package written. I created this with the Spring Initializer. I just wanted to check if Spring works, but then it'd show ...
hauri's user avatar
  • 1
0 votes
1 answer
38 views

unable to install spring in my eclipse, dont want install springboot, i need to work with spring core

i am trying to install spring tools suite in eclipse from eclipse marketplace, but this installation process completed but lastly unable to install like dialog box was showing and also showing some ...
Ganesh Tirunalla's user avatar
0 votes
1 answer
40 views

404 not found postman

i run my spring application and it's showing no errors, here's my controller package com.testAOP.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework....
Mariam Takrida's user avatar
0 votes
0 answers
20 views

How to get start with spring framework project, and how to get start to understand the flow

I am new to spring framework project, I recently cloned this project and also setup it in my local. But I am not getting ideat to start it. Could you please help me, in how can I start to understant ...
Aman Kumar's user avatar
0 votes
0 answers
35 views

How to include the dependencies when running via java -jar command ? But it works fine in eclipse IDE?

I created 3 spring boot applications(ph-component, serviceA, serviceB) using eclipse IDE. the ph-component has AOP related stuff, log4j2.xml file which acts as a common setting for other projects(...
Coolcoder 17's user avatar
1 vote
1 answer
33 views

Maven spring project opening on notepad

In eclipse my maven spring project when clicking on run on server it is opening notepad. The server is working fine when I open http://localhost:8080/Amazon/home.jsp it is working.the notepad is ...
ZONIC's user avatar
  • 13
0 votes
1 answer
786 views

spring-beans.xsd (Downloading external resources is disabled)

I created a Maven project and connected spring dependencies, then created the applicationContext.xml file, inserted the ready-made code to create this file, and an error appeared. The link to which ...
mop11's user avatar
  • 19
-1 votes
2 answers
104 views

How can we resolve a problem of datasource url attribute for a spring boot project

I have launch my application an I received this error : . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | |...
Claire Deborah's user avatar
0 votes
0 answers
159 views

Could not publish server configuration for Tomcat v9.0 Server at localhost

Could not publish server configuration for Tomcat v9.0 Server at localhost. Multiple Contexts have a path of "/SpringMVC". my application is springMVC_crud but it is catching previous ...
Sweeti Rani Sahu's user avatar
0 votes
0 answers
214 views

How to download spring release 5.1.5 or above version jars

I'm trying to develop spring MVC project for which I need spring release 5.1.5 jar files. I'm unable to download required jar files from jfrog 🐸. Is there any other source? When I click on the links ...
Yashwanth Gundagani's user avatar
0 votes
0 answers
40 views

Facing issue while creating Maven Project

Fail to create archetype.quickstart while creating maven project. I checked my internet connectivity it's stable but still facing it.Can anyone solve this problem. I don't know it would be about ...
4160_Abhijeet Salunke's user avatar
0 votes
0 answers
52 views

Multi langauge Translate options in Java Springboot Project

I have a System which has English as default language and Arabic as the 2nd language, so that an user can change to Arabic if needed. This is set ap with a key and value pair in the properties file, ...
Mohammed Himaz's user avatar
2 votes
1 answer
2k views

Eclipse with Spring Tools 4 gives a warning on public @Bean methods

I have just upgraded Eclipse to version 2023-09 and installed Spring Tools 4 from the marketplace. Now, in projects using Spring Boot 2.7.18, I get a lot of warnings because I have the public ...
Pino's user avatar
  • 9,083
0 votes
0 answers
193 views

My spring boot app can't find its application.properties when launched out of eclipse

I have a strange issue I can't solve: Basically, I made a small spring boot application which is running correctly when launched from eclipse. My eclipse is the regular eclipse, not the Spring Tool ...
Cheloute's user avatar
  • 893
0 votes
0 answers
49 views

"Show in Local Terminal" in Eclipse keeps popping up a duplicate Terminal window outside of Eclipse

Whenever I select the "Show in Local Terminal" dropdown menu for a given project (or Ctrl+Alt+T) in Eclipse, it always pops up a duplicate Windows terminal window that duplicates everything ...
user1385969's user avatar

15 30 50 per page
1
2 3 4 5
156