Skip to main content
0 votes
0 answers
803 views

I am getting Response too large when executing exchange (type POST) method from Spring Boot restTemplate. Below is the output {"errors":[{"message":"Response too large",&...
Dev's user avatar
  • 11
-1 votes
1 answer
62 views

I'm developing a java project for a university exam. The project involves the creation of an application with the JDBC methodology. The project is almost finished, I was dedicating myself to the ...
Castrese Basile's user avatar
0 votes
1 answer
120 views

When I load my Spring MVC site, spring:url appends jsessionid to the resource sources and they will not be found. This only happens the first time opening it. When reloading the site, it isn't there ...
BeeTheKay's user avatar
  • 319
0 votes
1 answer
144 views

I'd like gradle to behave like Eclipse when it executes the tests. Here is a minimal setup: plugins { id 'eclipse' id 'java' } repositories { mavenCentral() } dependencies { ...
zb226's user avatar
  • 10.7k
0 votes
1 answer
687 views

Java 11 and Spring Boot here. I have the following project directory structure: myapp/ application.yml app/ src/ main/ java/ resources/ test/ java/ ...
hotmeatballsoup's user avatar
1 vote
0 answers
316 views

i get this error when i want to build android studio project mergeDebugJavaResource Could not resolve legacy-support-core-utils-1.0.0.jar (androidx.legacy:legacy-support-core-utils:1.0.0) my gradle : /...
Abbas Azadeh's user avatar
1 vote
1 answer
2k views

I am trying to cache ResponseEntity in spring boot but unable to find a proper way to implement the same. There are few examples where return ResponseEntity.ok() .cacheControl(...
Indra Neel's user avatar
-1 votes
1 answer
714 views

I'm a developing a Java library that is going to be used internally in our company. It provides a wrapper around Aerospike. When a user calls the factory method, the library should read a file from ...
Semyon Kirekov's user avatar
0 votes
2 answers
211 views

I am trying to enumerate classes in the package with Enumeration<URL> resourceUrls = myObject.getClassLoader().getResources("path/to/my/package/"); while (resourceUrls.hasMoreElements()...
Dims's user avatar
  • 51.8k
0 votes
1 answer
84 views

note: this is a named-module java project Why does getting a resources in java work like this? I got two packages, in main func both are printing the URL of "/respath/tmp.txt" in a jar-file ...
Liveon Phoenix's user avatar
0 votes
1 answer
3k views

I'm trying to load a text file with Java, Maven & Spring, following the examples at https://www.baeldung.com/spring-classpath-file-access#3-using-resourceloader Also using this guide as the base ...
user985366's user avatar
  • 1,704
1 vote
0 answers
49 views

My automation script is failing in a Java project, as it has another java project as a library imported, in which I am reading a file named 'browserstack.parallel.conf.json' in the 'res' folder using ...
abhishek narayan's user avatar
1 vote
1 answer
961 views

I am working on a Spring Batch application and I am finding some problem retrieving an SSL certificate file (used from RestTemplate) when I execute the .jar file containing my application. My ...
AndreaNobili's user avatar
  • 43.3k
-3 votes
1 answer
3k views

In my eclipse maven project there is no java resources folder like this. When I create my dynamic web application there is no java resources folder in it. I tick the Generate web.xml deployment ...
Hana's user avatar
  • 21
0 votes
1 answer
3k views

I am working on a Java application, and the functionality I am working on is to download a file after populating it's content from the database when the user clicks on export button, the file is ...
Zakaria Marrah's user avatar

15 30 50 per page