python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Glob pattern to include all files in 'src/main/resources' into GraalVM binary
I have a Java project using Gradle to build. The folder structure is as below:
<project name>
|- app
|- bin/
|- build/
|- src/
| |- main/
| |- java
| | |- <package...
Thach Van
Votes: 0
Answers: 1
Laravel JsonResource (resource collection) add extra data to response
I'm working with laravel (v7) resources and I have a resource that extends JsonResource and I call this resource from the controller with pagination. I would like to add additional attribute extra nex...
tnnm693
Votes: 0
Answers: 1
Spring change file content
In my Spring Boot application, I want to fill my file with values from my POST REQUEST @RequestBody Parameters. For Example, I have file with several lines and on unknown line I have <parameters>...
Nikusha Ozashvili
Votes: 0
Answers: 0
Why do I get NullPointerException when trying to access resource file?
I want to make so a file in the program is packaged in the jar file because it is needed in my program. It is the firebase credentials file. I read that I need to add it to the resource folder but now...
gluhtuten
Votes: 0
Answers: 0