How exactly do I name an IntelliJ project, module, packages etc? I tried to name a module in reverse dns, but IntelliJ would not allow it, so I am obviously doing something wrong. Also, I’m confused between the difference between a Java Module and an IntelliJ Module. Update: There was a bug with IntelliJ’s Maven Artifactid, and a patch was
Tag: naming
Naming file created by ResourceResponseEntity
In my REST application I’ve got a request which is returning an excel file to a user via return new ResourceResponseEntity(new ByteArrayResource(content) where content is byte[] The problem The problem is the result file is always named the same way that the request method name, which is bad because it would be hard to locate some information in that files