- Реализовал возможность загрузки файлов с клиента в директорию на сервере.

- Настроил доступ к статическим файлам, таким как картинки, стили, и т.д.

https://www.youtube.com/watch?v=bmMWrTMB5uo&list=PLU2ftbIeotGpAYRP9Iv2KLIwK36-o_qYk&index=10
This commit is contained in:
Leonid
2025-02-10 21:51:41 +03:00
parent 8d4c5e1b3a
commit 8580d4cfa6
9 changed files with 69 additions and 14 deletions

View File

@@ -5,3 +5,5 @@ spring.datasource.password=123456
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.freemarker.expose-request-attributes=true
spring.freemarker.suffix=.ftl
upload.path=/home/kashey/soft/sweater/uploads