Answer the question
In order to leave comments, you need to log in
How to make such a sevlet?
I need to create a servlet with which it will be possible to download a file by url. Moreover, it is in such a way that the file that needs to be downloaded is added to the dependency of the project.
<dependency>
<groupId>doc</groupId>
<artifactId>com.asciidoc</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>FilePath</systemPath>
</dependency>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question