Serving static files (windows/linux) from disk #8173
-
Hi together, I would like to have the possibility to download my web-ui lazily. Therefore I want to serve it somewhere from the disk. It should work from Windows & *nix. I tried following on Windows (11). I was hoping the tilde was resolved. Any ideas how I get it work?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@graemerocher my favorite Micronaut developer. Do you have any idea? |
Beta Was this translation helpful? Give feedback.
-
The This should work, though: spaceup.home=${user.home}/.spaceup |
Beta Was this translation helpful? Give feedback.
The
~
character is being expanded by shells, but outside a shell process it's meaningless.This should work, though:
spaceup.home=${user.home}/.spaceup