M
M
mitaichik2019-03-12 12:43:49
Spring
mitaichik, 2019-03-12 12:43:49

How to add resources folder using bootJar?

Hello!
Added a folder to src/resources , but when building with bootJar it didn't show up in the jar file.
How to configure bootJar so that it is added to the jar file?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Kosarev, 2019-03-12
@jaxtr

The content of resources is copied to the root of the JAR when the project is built with Maven, so the resources directory itself is not in the JAR.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question