BAEL-842 improvement to the spring controller return image or file in controller example: add a dynamic example

This commit is contained in:
thibault.faure
2022-06-29 11:11:36 +02:00
parent 928e408503
commit ff4538427f
6 changed files with 74 additions and 0 deletions

View File

@@ -40,6 +40,18 @@
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>/src/main/resources</directory>
</resource>
</resources>
</build>
</project>